Hi, I have a website that I use and I send requests to it on my game build, the issue is, Netlify Blobs keeps giving me 401 internal error when more than let’s say 4 people make requests at any given time. I don’t understand, are there limits in Blobs or what?
If you’re using API access then you might be being rate-limited.
Are there any ways to avoid being rate-limited or to increase the limit? I am also investigating an issue where I receive the following error message: ‘Error uploading blobs to deploy store: Netlify Blobs has generated an internal error (401 status code).’ I am pretty sure it is a rate-limit issue, because it sometimes works, but not most of the time. I am also using the API to deploy the page.
Is API access the only way you can currently use Blobs? If yes, you’d have to contact Netlify Support to ask for a rate-limit increase.
Thank you for your response.
We have a CI/CD process in GitLab that is responsible for deploying the page. If you could give me some advice on other possibilities for Branch- and Automatic Deployments after changes have been made in a CMS, without using the API, I would be very grateful. However, as far as I know, this is the simplest solution in terms of both implementation and maintenance. Nevertheless, I will contact Support because it should work again. As mentioned previously, I would be grateful to hear if there are other ways to deploy the page that are better suited to our tech stack.