mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-07-21 04:25:24 -04:00
bug: Can Sign Up Unknown Error #65
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 @s8rr on GitHub (Jul 27, 2024).
What happened?
I installed the Revolt Chat using the Docs given. after installation when i try to sign up i got this error.


@IAmTomahawkx commented on GitHub (Jul 27, 2024):
youve sent pictures of the login screen. Are you attempting to log in or sign up? Please provide more detail, as well as the error returned by the API from the network console.
@s8rr commented on GitHub (Jul 29, 2024):
In the sign up i get this error.
@OlesyaShell commented on GitHub (Oct 14, 2024):
When enabled https - in source code you have hardcoded http://_custom_doman/api/
For debug - setup https, open dev tools in browser.
Its reason why created new account and other operations impossible.
@OlesyaShell commented on GitHub (Oct 14, 2024):
++ also hardcoded http://_custom_domain/api/auth/account/create
@insertish commented on GitHub (Nov 13, 2024):
Stale issue, OP has not followed up.