mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-07-21 04:25:24 -04:00
bug: Unable to use external mongo database. #62
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 @dillfrescott on GitHub (Jun 29, 2024).
What happened?
I have correctly set all the strings and its saying:
Over and over with no fix
@dillfrescott commented on GitHub (Jun 29, 2024):
This has happened to me weeks apart with two separate clean installs of revolt
@jquiaios commented on GitHub (Jul 6, 2024):
@dillfrescott A wild guess would be that maybe you've changed your URLs and variables in the
.envfile and not in theRevolt.tomlconfig file (The config strategy and now uses Revolt.toml instead - see the cryptic message here, last paragraph).Here's how I mounted the Revolt.toml in the self-hosted environment, in which I modified my URLs the same way I had previously done in my
.envfile, and it fixed my issue.@insertish commented on GitHub (Oct 2, 2024):
README was updated to include new configuration instructions