Hi,
I’m using Ghost as a self-hosted headless CMS together with Nuxt to generate a static site.
It works really well, but as my number of pages have grown (~100 pages now), I have started to experience problems with some kind of rate limit, when I generate the site.
When I run “nuxt generate”, which is the command to build the site statically, most of the pages get generated, but for a few I get an “ERROR Too many attempts.”, which I guess is a 429 status code.
What I can’t figure out is if this error comes from the Ghost API itself or from my Nginx server. I guess there is a limit set somewhere with a maximum number of requests allowed, but I can’t find it.
Has anyone else run into this? Could really use some help here.
Thanks!