mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-07-21 04:25:24 -04:00
Blank screen on Quick Start #16
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 @Codeize on GitHub (Dec 27, 2021).
So while running the Quick Start portion of the self-hosted guide it works fine, docker does its thing, no errors whatsoever.
When I try visit http://local.revolt.chat:5000/ I get a blank grey screen
In the console, it shows the following
--
In the Docker logs it seems to be working fine
I have made no changes to the .env file whatsoever, just cloned this repo and tried to run it, any help would be appreciated.
@Multigestern commented on GitHub (Dec 30, 2021):
same here
@Codeize commented on GitHub (Jan 3, 2022):
@insertish Do you have any idea what the cause is for this?
@insertish commented on GitHub (Jan 5, 2022):
I would probably need additional context, cannot reproduce. Is there any specific error on the page or..?
@Codeize commented on GitHub (Jan 6, 2022):
After some additional testing, it throws the
error when I try visit the site.
Not sure what else would be of use, if you have anything else you wish me to provide let me know.
@insertish commented on GitHub (Jan 8, 2022):
Pull latest images,
docker-compose pull.@Multigestern commented on GitHub (Jan 8, 2022):
[17:19:11] 200 ─ 1.37ms ─ /assets/logo_round.png
[17:19:11] 200 ─ 97.75ms ─ /assets/vendor.6e614c2e.js
[17:19:11] 200 ─ 4.78ms ─ /assets/main.4be84a06.css
[17:19:11] 200 ─ 5.45ms ─ /assets/Radio.6ca1c6b0.js
[17:19:11] 200 ─ 4.35ms ─ /assets/Radio.db38cba2.css
[17:19:11] 200 ─ 3.37ms ─ /assets/main.edb798bf.js
[17:19:10] 200 ─ 1.48ms ─ /
sadly still the same.
@Codeize commented on GitHub (Jan 8, 2022):
This resolved it for me. Thank you very much insert.