Yo, I had the same issue last week! Turned out my API key was expired lol. Double-check your auth headers if you’re using any. Also, make sure your server isn’t throwing a 500 error or something.
If you’re still stuck, try Postman to test the API endpoint separately. It’ll help you rule out if it’s a server-side js fetch failed reason or something in your code.
If you’re still stuck, try Postman to test the API endpoint separately. It’ll help you rule out if it’s a server-side js fetch failed reason or something in your code.
