API not fetching data on deployment
on my local host, everything works well, but after I deploy on vercel, the web app fails to fetch data from the API as required. what could be the problem, please?
7 Replies
check the devtools for log entries
when I open that animechan URL, it gives me a
429 Too Many Requests
error, so the api might just be overloaded?
it's broken on their main site toofailed to fetch
oh
there should be extra info in the network tab, including the http error you're getting
the network error in the network tab is
status 429 - too many requests
Seems it's still broken then
from their discord
imo you should not rely too much on this service. seems like it's just a hobby project with not much care too it.
also, the github repo isn't updated for 9 months now and includes references to another host for the api endpoint, so even that isn't up to date