-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading animation and attempt to POST to localhost:3000 #199
Comments
The same thing happened to me. Have you solved it? |
No, not yet. |
Ok, so i tried a lot of different things, but what worked for me was running the docker container manually instead of docker compose up and it worked. But not according to the readme, i had in fact made some changes to avoid errors. The problem was that the docker container does not take into account ROOT_URL, I noticed at the start of the container, in logs i could see:
Kept saying "Site URL: http://loclhost:3000" that was a pretty clear indication. A few more problem popped up during the fix, for instance: In the instructions also suggests: Replacing localhost in the compose file or in the env file did not work, This worked. And finally at start it logs the correct external URL. If you ask me, both the readme and the deploy guide here https://docs.rocket.chat/deploy/deploy-rocket.chat/deploy-with-docker-and-docker-compose just don't work for a number of reasons, they are partially outdated (mixing specific version of mongo with 'latest' ) but mainly because no one recently tested the instructions IMHO, that is evident. I don't feel like closing this because these problem must be solved elsewhere. Thanks in advance. |
Honestly I am now in the process of removing it (and advise the same to others) because of what I read in the terms of service:
That's not cool. We need User respecting software not abusive software. |
Well, I'm going to get rid of it, too |
Set |
So, it's been a long time, when can this error be fixed?😑 |
Hi all,
I'm running Haproxy (ssl offload) ->rocketchat(docker).
The container starts ok but in the browser i can only see the three dots animation and in my browser dev-tools/network i see a failed POST request to localhost:3000.
The request is:
I would expect that the configuration of the url is picked up from .env ROOT_URL
It seems to me that something keeps using localhost:3000 for URL building.
Do you guys know what this can be?
Here is my env, the compose.yaml is untouched:
Do I need to disable traefik in compose.yaml?
Many thanks in advance.
The text was updated successfully, but these errors were encountered: