mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-07-21 12:35:23 -04:00
bug: Revolt fails to display login page #93
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 @channouze on GitHub (Mar 10, 2025).
What happened?
Right after starting the docker container, and opening up the webpage:
On Debian 12
Set the invite_only option to true
Set the smtp credentials
Added an invite token in mongosh
Revolt behind reverse proxy
@channouze commented on GitHub (Mar 10, 2025):
user error, sorry!
@DeastinY commented on GitHub (Mar 11, 2025):
care to elaborate?
@channouze commented on GitHub (Mar 12, 2025):
REVOLT_PUBLIC_URL in .env.web had a trailing /api left. Removing it fixed the login page.