Todd Tarsi
10/05/2023, 10:03 PMRequestUnauthorized: Request failed with HTTP code 401 | Server said: Forbidden - a valid `x-typesense-api-key` header must be sent.
I’m confused, I’m on the latest stable docker image 0.25.1, and the latest version of the nodejs client 1.7.1. I’ve tried pruning my docker images and recreating my data volume. Nothing seems to help however. I’m setting the bootstrap api key via the TYPESENSE_API_KEY environment variable and just using that.
Anyone else having this issue, or anyone got any tips for further troubleshooting?Kishore Nallan
10/06/2023, 12:06 AMTodd Tarsi
10/06/2023, 12:40 AMScoped API keys can only be used for searches.
However, I’m confused. I’m not manually creating API keys anywhere locally, and I’m just using the bootstrap API key, which I supply to the docker container as the TYPESENSE_API_KEY environment variableTodd Tarsi
10/06/2023, 12:41 AMKishore Nallan
10/06/2023, 12:59 AMTodd Tarsi
10/06/2023, 2:48 AM