Unable to access the local environment, please help. #1324
Unanswered
unoriginalscreenname
asked this question in
Questions
Replies: 1 comment
-
I think this is the procedure:
cd frontend
npm install
npm run dev Now the frontend is available on http://localhost:5173/ and will work 😉 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Check
Commit to Help
Example Code
Description
I desperately need some help here. This project was working quite well, I followed the instructions and incredibly got it up and running in my local environment pretty much immediately. I am running docker compose and then running the front end locally with npm run dev on 5173. But now, I've somehow been locked out of the backend and I have no idea what the problem is. If anybody can help, I could really use it.
I've done a clean clone of the repo in a new folder.
I've removed all previous docker images networks, volumes, containers
I did a clean npm install on the front end and poetry install on the backend
i did docker compose up -d
everything seems to build fine with the clean installation. I can see the dev server on 5173. I can even access adminer on :8080! but NOTHING else works. when i try and login it just spins and nothing happens. I have two networks in docker networks:
703b83e1bd36 test_default bridge local
799b7c19ce34 test_traefik-public bridge local
guys, what is going on here! I'm desperate. This worked great, and then now it's completely broken. I'm not a docker expert, and so I have no idea how to diagnose something like this. i have changed no settings in the .env file or the docker file. this should just work.
Operating System
Windows
Operating System Details
windows 11. not using WSL.
Python Version
3.12
Additional Context
Please help.
Beta Was this translation helpful? Give feedback.
All reactions