mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-07-16 07:04:31 -04:00
mongo Connection not authenticating #132
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 @seva-luchianov on GitHub (Feb 12, 2026).
running docker compose up has everything firing up, but seeing many instances of this message looping in the logs:
Maybe a similar issue to https://github.com/stoatchat/self-hosted/issues/186, as I am also able to create an account but then am hit with an error trying to log in.
I DID update the nginx conf to handle the ws route properly as detailed in the linked issue, which got rid of a caddy error from the docker logs when I was seeing on login (detailed in https://github.com/stoatchat/self-hosted/issues/162#issuecomment-3887148863)
Sadly I still have the same "An error occured, see console" popup even with the nginx fixes. I assume it's related to this mongo connection issue since I do not see any other errors in the docker logs.