Network Error on Login Screen - Fullstack Template gitclone and copier setup approach #1368
-
First Check
Commit to Help
Example Code
DescriptionI have done a clean setup following both the github clone and the copier guide and keep hitting the following breaking error. After completing initial setup of the template I run npm run dev and everything appears to be working fine and I can navigate to the login page However when attempting to login to the dashboard I get 'Network Error' when logging in with the firstsuperuser creds or any dummy use creds - other discussions related to this issue seem to focus on complications when modifying something to use on docker however I am fully running locally and have done no customization to any files Operating SystemWindows Operating System DetailsWindows 11 23H2 Python VersionPython 3.12.6 Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Same. Up |
Beta Was this translation helpful? Give feedback.
-
Send the output of the backend container, see if it is up and receiving any requests |
Beta Was this translation helpful? Give feedback.
-
Yes, i'we been there too 😉 |
Beta Was this translation helpful? Give feedback.
-
I meet this trouble as well. You can try this: 1. turn off vpn; 2. restart the whole project, then it will work. Maybe something need taking time to start. |
Beta Was this translation helpful? Give feedback.
-
Before running frontend, you should run Docs: https://github.com/fastapi/full-stack-fastapi-template/blob/master/development.md |
Beta Was this translation helpful? Give feedback.
Before running frontend, you should run
docker compose watch
, then stop frontend container bydocker compose stop frontend
.Docs: https://github.com/fastapi/full-stack-fastapi-template/blob/master/development.md