mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-07-21 04:25:24 -04:00
Disabling email Throws Network Error #3
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 @MikePadge on GitHub (Sep 16, 2021).
Steps to reproduce, I basically just pulled the repo and set non-default .env settings to
REVOLT_UNSAFE_NO_EMAIL=1
REVOLT_INVITE_ONLY=1
I've made no other changes to the default setup to keep this sane.
Ran docker-compose up and everything comes up nice and neat (I did not set smtp settings), but trying to create a new account fails.
FAILED TO REGISTER! · NETWORK ERROR.
console errors
@MikePadge commented on GitHub (Sep 16, 2021):
I enabled smtp, this doesn't appear to be an issue with disabling email at all.
Just DNS related... because it's always dns
@MikePadge commented on GitHub (Sep 20, 2021):
Closing and opening new issue. I was mistaken and now the title of this thread is confusing because it's incorrect.
After digging deeper and adjusting some settings, this looks more like a docker network problem that is more than likely related to my config. (I believe the above console error is ssl related, but I'm not certain).