CORS Errors and RAWG.io not working

When i wanted to sign up for Rawg.io, it wasn’t working and i tried configuring with a different API endpoint, it showed an error…

What should I do??
I have been at this error for weeks and I’m seriously pissed off right. I couldn’t even code, I tried posting on Stack Overflow.
But the response i got, hasn’t made me move an inch on my code…

Not a solution but I have a similar problem, have you checked how many requests you have left for the month on rawg.io? my issue is that it says I don’t have any left, and that I should wait until the month is over for the count to restart. Now, I can’t find the issue as to why it went through 20,000 requests in just about a week since I only am programming locally, and even though I left my code running probably a night or two, it shouldn’t be making any more requests, should it? Anyway, I hope this explains the error to you, although not an answer, but at least an explanation.

I’ve come across this error as well. This just doesn’t seem to work anymore, at least for trying to sign up a new account.

I’ve moved on to another API (TMDB - Getting Started) which offers similar functionality. You would just code a MovieDB clone instead of a GameDB clone. The principles are the same and you can move on to getting to code again. Hope this helps.

Alternatively you could code a little scraper for rawg and have your own data wrapper. A starting point could be this project (GitHub - ActuallyWIKKO/Webscraper: A basic webscraper to get data. This can be used as an API endpoint to serve filtered data).

Which course are you doing ?

This normally means when you trying to access a resource from local to the web it gives you this error. A way to get passed it is to build a backend with express and have yur express handle corrs from local.
this link will explain to you how to set it up

RAWG isnt working and i had to use another API