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 has been archived by the owner on Aug 31, 2020. It is now read-only.
I think you're problem is related to this line of code. My guess is that the code immediately above which is trying to figure out what environment you're running in can't recognize the URL you're using to connect to your server.
Check out this line to see what URL patterns it's looking for. Based upon the URL, it tries to figure out whether it's in a development or production environment.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
So I tried running
./scripts/start
in Git Bash, it works fine, but the website at localhost:8000 just hangs at the animation and the console saysWhat can I do to fix this?
The text was updated successfully, but these errors were encountered: