I managed to run both, backend and frontend on an amazon instance and route it to a public ip. As you can see here frontend runs: http://52.87.245.135:3000/ but it doesn't load any data and gives a network error on /inventory. My backend runs at http://52.87.245.135:8000/ but for example http://52.87.245.135:8000/api/player returns empty. How can I feed it my player data? Is there a way to auth with my account? I just want to run this on a server and connect to it and see my profile, do evolutions, etc. Is it possible? Sorry, if this sounds stupid, I'm just excited about how cool it would be to be able to do the above but i'm still learning.
I managed to run both, backend and frontend on an amazon instance and route it to a public ip. As you can see here frontend runs: http://52.87.245.135:3000/ but it doesn't load any data and gives a network error on /inventory. My backend runs at http://52.87.245.135:8000/ but for example http://52.87.245.135:8000/api/player returns empty. How can I feed it my player data? Is there a way to auth with my account? I just want to run this on a server and connect to it and see my profile, do evolutions, etc. Is it possible? Sorry, if this sounds stupid, I'm just excited about how cool it would be to be able to do the above but i'm still learning.