mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-07-20 20:16:47 -04:00
bug: On creating username UNKNOWNERROR #119
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 @flemtastic on GitHub (Sep 17, 2025).
What happened?
After creating an account successfully, and first log in, we're prompted to create a username. Submitting the username results in an Unknown Error. Entering again results in an ALREADYONBOARDED error.
Potential environment issues:
@flemtastic commented on GitHub (Sep 17, 2025):
For further clarity, I have the app, api, events, etc urls hardcoded to https://, but also was getting the same error with http://
@dillacorn commented on GitHub (Sep 23, 2025):
Yepp same.. I'm moving on to something else now.. this sucks - not going to troubleshoot any further.. - someone let me know if it's resolved and I'll come back to try again!
@Daniel13850 commented on GitHub (Sep 30, 2025):
I have the same problem with exact that same setup.
I hope someone solves the issue.
@Daniel13850 commented on GitHub (Sep 30, 2025):
I have found the solution!
You need to add this lines to your nginx website config inside the location block:
Source: https://stackoverflow.com/a/39216976
@tristan-mastrodicasa commented on GitHub (Nov 9, 2025):
Downgrade all
httpsurls tohttp, andwsstows.Make sure all URL's have the same domain / IP in the toml and env file
Delete the cached data in
data@Enverex commented on GitHub (Feb 9, 2026):
That may solve the original issue, but how do you now solve the "AlreadyOnboarded" error?
EDIT: I take that back, that doesn't fix the original issue either. Both problems still occur.