Replies: 1 comment
-
|
I got the same issue using Azure Cosmos MongoDB RU deployment model. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are using Azure Cosmos MongoDB. We faced issue with auto indexing and so added index to the MongoDB collections. Now we are getting the below error when we have added an Agent and trying to use it in application. Does Librechat works with Azure Cosmos MongoDB? Is there any workaround if it is not supported??
Connecting to stream...
2026-01-12T13:45:59.08411 Connecting to the container 'test'...
2026-01-12T13:45:59.20441 Successfully Connected to container: 'test' [Revision: 'test--0000010', Replica: 'test--0000010-755db4bc7c-d95tm']
2026-01-12T13:44:57.1035396Z stdout F 2026-01-12 13:44:57 error: [PermissionService.findPubliclyAccessibleResources] Error: $bitsAllSet not supported
2026-01-12T13:44:57.6672145Z stdout F 2026-01-12 13:44:57 error: [PermissionService.findAccessibleResources] Error: $bitsAllSet not supported
2026-01-12T13:44:57.6696175Z stdout F 2026-01-12 13:44:57 error: [PermissionService.findPubliclyAccessibleResources] Error: $bitsAllSet not supported
2026-01-12T13:44:57.7343045Z stdout F 2026-01-12 13:44:57 error: [PermissionService.findAccessibleResources] Error: $bitsAllSet not supported
2026-01-12T13:44:57.7371954Z stdout F 2026-01-12 13:44:57 error: [PermissionService.findPubliclyAccessibleResources] Error: $bitsAllSet not supported
2026-01-12T13:45:10.4085631Z stdout F 2026-01-12 13:45:10 error: [PermissionService.findAccessibleResources] Error: $bitsAllSet not supported
2026-01-12T13:45:10.4108259Z stdout F 2026-01-12 13:45:10 error: [PermissionService.findPubliclyAccessibleResources] Error: $bitsAllSet not supported
2026-01-12T13:45:10.6743343Z stdout F 2026-01-12 13:45:10 error: [PermissionService.findAccessibleResources] Error: $bitsAllSet not supported
2026-01-12T13:45:10.6762546Z stdout F 2026-01-12 13:45:10 error: [PermissionService.findPubliclyAccessibleResources] Error: $bitsAllSet not supported
2026-01-12T13:45:10.7646736Z stdout F 2026-01-12 13:45:10 error: [PermissionService.findAccessibleResources] Error: $bitsAllSet not supported
2026-01-12T13:45:10.7667904Z stdout F 2026-01-12 13:45:10 error: [PermissionService.findPubliclyAccessibleResources] Error: $bitsAllSet not supported
2026-01-12T13:45:35.6018582Z stdout F 2026-01-12 13:45:35 error: [PermissionService.findAccessibleResources] Error: $bitsAllSet not supported
Beta Was this translation helpful? Give feedback.
All reactions