hmm, not clear. meaning time i started mongo with any security, and it started to work.
Hi FreshWoodpecker88 , is it possible that you didn't get permissions to the relevant directories to act as the actual storage for mongodb?
pymongo.errors.OperationFailure: not authorized on backend to execute command { find: "queue", filter: {}, lsid: { id: UUID("ce3095ec-4e0c-4392-93c1-52aeebb1b47c") }, $db: "backend" }, full error: {'ok': 0.0, 'errmsg': 'not authorized on backend to execute command { find: "queue", filter: {}, lsid: { id: UUID("ce3095ec-4e0c-4392-93c1-52aeebb1b47c") }, $db: "backend" }', 'code': 13, 'codeName': 'Unauthorized'}
hmm, not clear. meaning time i started mongo with any security, and it started to work.
Hi FreshWoodpecker88 , is it possible that you didn't get permissions to the relevant directories to act as the actual storage for mongodb?