Hey guys
We’re currently using the Node.js library on our API. We have recently been getting a lot of errors from the Prismic API. This is the error we’re seeing:
Error: Unexpected status code [429] on URL https://xxx.prismic.io/api/v2?access_token=xxxx
at /var/task/node_modules/prismic-javascript/dist/prismic-javascript.min.js:1:16437
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:97:5) {
status: 429
}
I tried to dig up more info and couldn’t really find much except a note here saying that Prismic doesn’t limit API requests.
So in reality are there API limits or throttles in place? Would just be good to know so we can build accordingly.
Cheers!