Can't reach http://localhost:8123/auth/register #202
Replies: 3 comments 3 replies
-
#201 this may help you |
Beta Was this translation helpful? Give feedback.
-
Hi @rastacalavera, Do you have anything else running on port 8123? Also, could you please paste the output of Thanks |
Beta Was this translation helpful? Give feedback.
-
It took about an hour or so but eventually the container got running as expected. The logs didn't show anything specific that services were still starting up, so I just had to guess that might be a solution and wait long enough can now reach the web ui to register but can't create a user.
Every time I try to go to the /api route, I get rerouted to https rather than http and hit a generic page from my reverse proxy. I don't know why it's forcing https when I add /api to the end of the url. The environment variables are all http and not https |
Beta Was this translation helpful? Give feedback.
-
Hello,
I've followed the steps in the readme and generated the appropriate keys and placed them in the .env file. When I bring the container up, I exclude the -d so that I can easily see the logs during this testing phase. Everything appears to start without issue but I cannot reach the web GUI to login/register. I've tried using the default compose values, changing and changing them to the IP of the machine (I'm running it on a separate machine from my laptop) and nothing seems to work. No errors in the logs, the browser just returns that the webpage isn't responding. I've included - APP_DEBUG=true in the compose file and it doesn't seem to show anything unusual as well.
All help and ideas to solve this are welcomed!! Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions