Is it possible to use Oracle Database API for MongoDB to run rocket.chat?
Summary:
I am trying to connect RocketChat with Oracle-DB, but get error "MongoServerError: Invalid index specification: text index only support on wildcard"
Content (required):
I am running the following docker command:
docker run --rm --name rocketchat -p 80:3000 --env ROOT_URL=http://localhost --env MONGO_URL='mongodb://rocket:[email protected]:27017/rocket?authMechanism=PLAIN&authSource=$external&ssl=true&retryWrites=false&loadBalanced=true'
The connection is successful, as objects are created in the "rocket" schema.
Version (include the version you are using, if applicable):
Oracle ADB for JSON Workloads (19c), Rocket Chat 5.4
Code Snippet (add any code snippets that support your topic, if applicable):