Skip to content
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

Rocket Chat no Termina de Cargar #31169

Closed
kingdsand opened this issue Dec 6, 2023 · 6 comments · Fixed by #30913
Closed

Rocket Chat no Termina de Cargar #31169

kingdsand opened this issue Dec 6, 2023 · 6 comments · Fixed by #30913

Comments

@kingdsand
Copy link

buenos dias

tengo el siguiente problema con el servidor rocket que no termina de cargar por la web, se queda la pantalla en gris y los errores que salen en el navegador son los siguientes:

Screenshot_20231206_110841

la version que tengo instalada es la siguiente y esta en ubuntu 22.

Screenshot_20231206_103510

@mirosodja
Copy link

Same problem with same version except site url on http://localhost:3000

@ggazzo
Copy link
Member

ggazzo commented Dec 7, 2023

please check your Site_Url configuration

@geekgonecrazy
Copy link
Contributor

geekgonecrazy commented Dec 7, 2023

#30913 this should fix

Make sure url in your config is the same as you access it. So if it’s set to localhost then access via localhost. If you set to my.domain access at my domain. You get the picture.

Until fixed you might need to use to adjust the setting OVERWRITE_SETTING_Site_Url=address-you-access-from

@mirosodja
Copy link

I'll explain how I've fixed exaclty same problem as @kingdsand has but I am not sure that solution is right. Somehow caddy server was running beside apache server. Apache server is configured as proxy and reverse proxy. After shutdown caddy service rocket.chat works normally.

Anyway, I couldn't disabled caddy server completely even I run "sudo snap set rocketchat-server caddy=disable" and "sudo systemctl disable snap.rocketchat-server.rocketchat-caddy.service". It is not active, it's failed (Result: exit-code). But it still loaded with status "loaded (/etc/systemd/system/snap.rocketchat-server.rocketchat-caddy.service; disabled; vendor preset: @enabled)".

@kingdsand
Copy link
Author

kingdsand commented Dec 8, 2023 via email

@kingdsand
Copy link
Author

export PORT=3000
export ROOT_URL=http://10.17.8.50:3000/
export OVERWRITE_SETTING_SITE_URL=10.17.8.50
export MONGO_URL=mongodb://localhost:27017/rocketchat
export MONGO_OPLOG_URL=mongodb://localhost:27017/local?replSet=rs01
export StandardOutput=syslog
export StandardError=syslog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants