Alex,
Thank you for replying. Sorry I was not more clear before, when I run:
docker logs -f rocketchat
I get this over and over in the log:
/app/bundle/programs/server/node_modules/fibers/fibers.js:90
return fn.apply(this, arguments);
^
Error: $ROOT_URL, if specified, must be an URL
at packages/meteor.js:1328:13
at packages/meteor.js:1343:4
at packages/meteor.js:1508:3
at /app/bundle/programs/server/boot.js:398:38
at Array.forEach (<anonymous>)
at /app/bundle/programs/server/boot.js:226:21
at /app/bundle/programs/server/boot.js:461:7
at Function.run (/app/bundle/programs/server/profile.js:280:14)
at /app/bundle/programs/server/boot.js:460:13
Tried 29 times. Waiting 5 secs...
Per your suggestion, I have changed the link in my docker-compose.yml for rocketchat to be:
- ROOT_URL=https://portal.REDACTED.net/rocketchat
Then, I regenerated the rocketchat docker as you suggested:
[root@portal egroupware-rocketchat]# docker rm -f rocketchat
rocketchat
[root@portal egroupware-rocketchat]# docker-compose up -d
rocketchat-mongo is up-to-date
Starting egroupware-rocketchat_mongo-init-replica_1 ... done
Creating rocketchat ... done
Then, I re-ran the log command:
[root@portal egroupware-rocketchat]# docker logs -f rocketchat
LocalStore: store created at
LocalStore: store created at
LocalStore: store created at
Setting default file store to GridFS
LocalStore: store created at
LocalStore: store created at
LocalStore: store created at
Setting default file store to GridFS
ufs: temp directory created at "/tmp/ufs"
Loaded the Apps Framework and loaded a total of 0 Apps!
Using GridFS for custom sounds storage
Using GridFS for custom emoji storage
Updating process.env.MAIL_URL
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
➔ System ➔ startup
➔ +------------------------------------------------------------+
➔ | SERVER RUNNING |
➔ +------------------------------------------------------------+
➔ | |
➔ | Rocket.Chat Version: 3.2.2 |
➔ | NodeJS Version: 12.16.1 - x64 |
➔ | MongoDB Version: 4.0.18 |
➔ | MongoDB Engine: mmapv1 |
➔ | Platform: linux |
➔ | Process Port: 3000 |
➔ | Site URL: https://portal.REDACTED.net/rocketchat |
➔ | ReplicaSet OpLog: Enabled |
➔ | Commit Hash: a720d25f4e |
➔ | Commit Branch: HEAD |
➔ | |
➔ +------------------------------------------------------------+
And the server now runs! BUT when I go to https://portal.REDACTED.net/rocketchat/, the configuration screen comes up-- yet it is rapidly “blinking” in and out between a readable screen and a grey one. I tried to fill in the fields despite the blinking, but I could not even select a field to complete, let alone type anything into them.
Perhaps I am again missing something basic in configuration, but how do I resolve the “blinking configuration screen” issue?
Thank you!
PS: I tried to upload a short mp4 of the “blinking screen” but I’m too new a user to be allowed.