RocketChat / RocketChat/Docker.Official.Image

keeps loading 3 dots when accessing the domain

Open
#200 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Dockerfile
Stars
337
Forks
228
Avg merge
3d 10h
Merged PRs (30d)
5

Description

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```

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the docker-compose deployment and nginx reverse-proxy configuration, comparing access through the configured domain with direct access by IP address. Done means the domain no longer returns the meteor_runtime 404 and Rocket.Chat completes loading instead of showing three dots.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, docker-compose, nginx
Domain
devops, infrastructure
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.