Bug: Changed ONEUPTIME_HTTP_PORT fails #1314

Closed
opened 2026-04-05 16:26:44 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @CodeMeZone on 12/22/2023

Describe the bug
When doing something like
ONEUPTIME_HTTP_PORT:8080
It keeps retrying
Root localhost/ returned HTTP 000, retrying in 5 seconds...
Root localhost/ returned HTTP 000, retrying in 5 seconds...
Root localhost/ returned HTTP 000, retrying in 5 seconds...
Root localhost/ returned HTTP 000, retrying in 5 seconds...
and moves on into /status etc.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'config.env'
  2. edit 'ONEUPTIME_HTTP_PORT:' to 8080 or anything
  3. See error

Expected behavior
change port, setup proxy on port 80

Deployment Type
DockerCompose install on ubuntu 22

Additional context
I've tried HOST:localhost to my domain, same issue.

*Originally created by @CodeMeZone on 12/22/2023* **Describe the bug** When doing something like ONEUPTIME_HTTP_PORT:8080 It keeps retrying Root localhost/ returned HTTP 000, retrying in 5 seconds... Root localhost/ returned HTTP 000, retrying in 5 seconds... Root localhost/ returned HTTP 000, retrying in 5 seconds... Root localhost/ returned HTTP 000, retrying in 5 seconds... and moves on into /status etc. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'config.env' 2. edit 'ONEUPTIME_HTTP_PORT:' to 8080 or anything 4. See error **Expected behavior** change port, setup proxy on port 80 **Deployment Type** [DockerCompose install](https://github.com/OneUptime/oneuptime/blob/master/Docs/Installation/DockerCompose.md) on ubuntu 22 **Additional context** I've tried HOST:localhost to my domain, same issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#1314