mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-07-21 20:45:23 -04:00
API URL settings being ignored in .env file. #14
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Hercules2048 on GitHub (Dec 21, 2021).
Description :
Changing the URL/port to the API server in the .env file does not seem to do anything. After restarting the host machine and the docker, the changes are not honored and instead revolt wants to connect to the API server at example.com:8000.
This is especially apparent when you attempt to use a HTTPS reverse proxy using caddy or nginx, as you can't really get around this.


@jim3692 commented on GitHub (Jan 4, 2022):
I don't know if it's related, but I just updated Revolt and it tries to login using the official API instead of mine
@insertish commented on GitHub (Jan 5, 2022):
I think we may have solved this in chat, anyways for anyone else, some common issues include:
.envinstead ofdocker-compose.ymlfor port changes..env.docker-compose up -dto push everything to the Docker daemon.Sounds unrelated, open an issue about it if you have more information.