danielgrijalva / overworld-old

:video_game: Discover, discuss and track your video games.
https://overworld.netlify.com/
120 stars 80 forks source link

Local setup issue #198

Closed arunaaabh95 closed 4 years ago

arunaaabh95 commented 4 years ago

I have setup the project on my local machine after going through the setup guide. I have the following specification python 3.8 node 12.3 (>10 was recomended) PostgreSQL 12

I do not get any issues with semantic ui during setup as mentioned in the doc but on running the project locally I could see the following issue Client issue image

On Investigating the requests in backend I see this response: Server response image

danielgrijalva commented 4 years ago

Hello @arunaaabh95! sorry for my absence. I ran into this issue too and got it solved by logging into IGDB and generating a new API key, then paste it in the .env file located in the project root. This way I could make requests through Overworld again.

Let me know if this solves the issue.

arunaaabh95 commented 4 years ago

Hey @danielgrijalva, I created and added the keys just like your said and it worked. Closing the issue Thanks for the help.