Peppermint-Lab / peppermint

An open source ticket management & help desk solution. A zendesk/freshdesk alternative
https://peppermint.sh
Other
1.95k stars 205 forks source link

Container being routed back to local host #146

Closed void4121 closed 1 year ago

void4121 commented 1 year ago

Taking a look at the default configuration I commented out the line for 'BASE_URL: "http://localhost:5000"'

However im still having issues moving around the site. I have tested this by signing in and back out I continue to get routed to "localhost:3000"

Even before commenting out that line I was getting routed to local host. Background: I have this hosted on in an ubuntu server docker container which is sitting on my proxmox server

Is anyone else having this issue?

void4121 commented 1 year ago

For anyone else who runs across this issue it seems with this specific configuration instead of removing the baseURL just change 'localhost' to the IP of the machine.

Also changed the port to 5001 and the site seems to be allowing me to move around without sending me to a page not found