Hello everyone,
We currently facing issues with creating scoped API keys for the client. We are using Typesense Cloud and we use the following flow:
• User requests our backend with JWT token (authenticate the user in our system)
• We call the Typesense API to create the scoped API key (scoped to collections of this user)
• API key is returned back to the client and can be used to access the Typesense API
In the step of calling the Typesense API, we are periodically receiving an HTTP error.
One thing that might be special: We multiple thousand collections in the cluster itself. Is it possible that this is the reason for the failing API key creation ?