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

keeps loading 3 dots when accessing the domain #200

Open
nelajc opened this issue Nov 10, 2023 · 4 comments
Open

keeps loading 3 dots when accessing the domain #200

nelajc opened this issue Nov 10, 2023 · 4 comments

Comments

@nelajc
Copy link

nelajc commented Nov 10, 2023

hi,

anyone can help pls..
seeing this meteor_runtime 404 when accessing rocketchat domain and just keeps loading 3 dots.
image

deployed via docker-compose and using nginx reverse proxy and cloudflare.
also i am able to continue in setup wizard when i just access it thru http://ipaddress.


# Rocket.Chat version
# see:- https://github.com/RocketChat/Rocket.Chat/releases
RELEASE=6.4.5
# MongoDB endpoint (include ?replicaSet= parameter)
#MONGO_URL=mongodb
# MongoDB endpoint to the local database
#MONGO_OPLOG_URL=mongodb
# IP to bind the process to
BIND_IP=127.0.0.1 ## already tried 0.0.0.0 also
# URL used to access your Rocket.Chat instance
ROOT_URL=https://rocketchat.example.com
# Port Rocket.Chat runs on (in-container)
PORT=3000
# Port on the host to bind to
HOST_PORT=3000

### MongoDB configuration
# MongoDB version/image tag
MONGODB_VERSION=5.0.22
# See:- https://hub.docker.com/r/bitnami/mongodb```
@ech0r
Copy link

ech0r commented Dec 1, 2023

I noticed this too, it looks like it's trying to load a js library from whatever your ROOT URL is, obviously if you're behind a reverse proxy, this won't work. I'll post a solution if I figure it out.

@ech0r
Copy link

ech0r commented Dec 1, 2023

I got it working, but am being forced to register a cloud account. Which kind of defeats the whole purpose of self-hosting for me. I'll be looking elsewhere for an actual FOSS project.

@bw-kleos
Copy link

I got it working, but am being forced to register a cloud account. Which kind of defeats the whole purpose of self-hosting for me. I'll be looking elsewhere for an actual FOSS project.

what did you do?

@chinnambhrt
Copy link

chinnambhrt commented Dec 24, 2023

Change your IP accordingly or with your hostname

### Rocket.Chat configuration

# Rocket.Chat version
# see:- https://github.com/RocketChat/Rocket.Chat/releases
#RELEASE=
# MongoDB endpoint (include ?replicaSet= parameter)
#MONGO_URL=
# MongoDB endpoint to the local database
#MONGO_OPLOG_URL=
# IP to bind the process to
BIND_IP=172.16.6.11
# URL used to access your Rocket.Chat instance
ROOT_URL=http://172.16.6.11
# Port Rocket.Chat runs on (in-container)
PORT=80
# Port on the host to bind to
#HOST_PORT=

### MongoDB configuration

# MongoDB version/image tag

#MONGODB_VERSION=
# See:- https://hub.docker.com/r/bitnami/mongodb

### Traefik config (if enabled)

# Traefik version/image tag
#TRAEFIK_RELEASE=
# Domain for https (change ROOT_URL & BIND_IP accordingly)
# DOMAIN=chat.kraftsix.net
# Email for certificate notifications
#LETSENCRYPT_EMAIL=

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

No branches or pull requests

4 participants