You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2022. It is now read-only.
At first I tried to host this on my local machine and port forward, but I did not realize my chromebook blocks viewing websites directly from IP addresses, you had to use a domain name instead. Everything worked on localhost though. I decided to stick with Heroku, but when I used it, scripts and stylesheets did not load.
I did not look through the code to figure out the problem, but I'm guessing that requests to these paths are either:
not proxied
not proxied correctly (/index.js instead of /service/url/index.js)