API key in Rawg.io not accessible

Dear all friends and Mosh,
I know that this problem has been posted before several times but still I can’t see solutions yet. I have problems with finishing my React 18 for beginners Project, which uses the API from Rawg.io. Unfortunately, when I go to the Website and register/login for account in Rawg.io, it shows me error that Page not active. I’ve finded solutions for weeks but no approach solves my problem.
Can anyone help me with this issue, I would very much be appreciated if you can help me resolve this. Also, I hope that Mosh’s team can view this issue and give solutions asap. Though I know that this may be out of your scope, but I really hope that you guys can support us, the learners somehow, maybe with another api provider or something similar. Dozens of dollars may be not a large amount of money to you, but with us, that’s a different stories. I’m about to subscribe to another course from Mosh, but this really holds me down. Thank you for viewing my issue.

If Rawg is not accessible, there are other free video games database APIs available. MobyGames works just fine. Visit API Documentation - MobyGames to get your API key. You might only need adjust your app interfaces to match MobyGames’ database structure. Make sure you see the documentation provided on the site.

The following might help:

Also, your api_Client file will take this form:

baseURL: “MobyGames API - MobyGames”,
params: {
api_key: [insert your api_key]
},