-
Hello, @tiangolo I follow all steps in full-stack-fastapi-template (latest),the code run in a remote machine, and I login from another machine. The problem is, I can go to Is there anything I did wrong? Best regards. |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 2 replies
-
Could you please describe the error message you're seeing in the terminal or any other location? Providing details about the error will help in diagnosing and resolving the issue effectively. |
Beta Was this translation helpful? Give feedback.
-
I have got the same issue while running it in the local environment. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I delete the frontend images, and |
Beta Was this translation helpful? Give feedback.
-
Thanks for reporting back! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hello @donpolyp can you try adding this to your local |
Beta Was this translation helpful? Give feedback.
-
Hi, I am facing the same issue too. The code is running in an Ubuntu server, and I am using a Windows machine to remote SSH through VSC to make code changes. I can access the login pages, sign up pages, :8090, :8080 etc using the ip address. However, when i try to sign up for an account, i receive this error: I've only changed the DOMAIN variable in frontend > .env file, and did not touch the other "localhost" specified in the .env file. Environment is still set to local. Additionally, I can't find the router details in the screenshot attached by @parthjoshi90 . |
Beta Was this translation helpful? Give feedback.
I delete the frontend images, and
docker compose -f docker-compose.yml up -d
again, everything works