mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-07-21 12:35:23 -04:00
Local offline dev spinup not working #40
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 @onsettech on GitHub (Feb 2, 2023).
What do you want to see?
Hello all,
Trying to setup revolt chat for local development on Ubuntu, it installs correctly, both on the dev version of revolt chat and the self-hosted version, however as soon as I go offline, it says an error has occurred.
I changed the ip's in the .env file for 127.0.0.1 and also tried local host, still no success.
Is there a way to develop offline? On a local spin up?
Note: I installed and compiled everything online then switched to offline to test.
@Rexogamer commented on GitHub (Feb 2, 2023):
What error are you getting?
@onsettech commented on GitHub (Feb 2, 2023):
"An error occurred" popup window on window refresh
@onsettech commented on GitHub (Feb 2, 2023):
In the browser console it says "State must be Ready in order to transition! (currently Offline)".
Does this mean that there are required online deps?
@onsettech commented on GitHub (Feb 2, 2023):
@onsettech commented on GitHub (Feb 2, 2023):
@insertish commented on GitHub (Feb 5, 2023):
This isn't intended for development, you may want to look at https://developers.revolt.chat/contributing.
If you still want to run this in particular, please read https://github.com/revoltchat/self-hosted/issues/59.