Blank screen on Quick Start #16

Closed
opened 2026-02-16 12:51:07 -05:00 by yindo · 7 comments
Owner

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

image

--

In the Docker logs it seems to be working fine

image

I have made no changes to the .env file whatsoever, just cloned this repo and tried to run it, any help would be appreciated.

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 ![image](https://user-images.githubusercontent.com/63158950/147497082-309bc7e9-abf8-4177-8eb9-8dab6545ed23.png) -- In the Docker logs it seems to be working fine ![image](https://user-images.githubusercontent.com/63158950/147497153-e9914685-3095-4950-98ac-e247c619e554.png) I have made no changes to the .env file whatsoever, just cloned this repo and tried to run it, any help would be appreciated.
yindo closed this issue 2026-02-16 12:51:07 -05:00
Author
Owner

@Multigestern commented on GitHub (Dec 30, 2021):

same here

@Multigestern commented on GitHub (Dec 30, 2021): same here
Author
Owner

@Codeize commented on GitHub (Jan 3, 2022):

@insertish Do you have any idea what the cause is for this?

@Codeize commented on GitHub (Jan 3, 2022): @insertish Do you have any idea what the cause is for this?
Author
Owner

@insertish commented on GitHub (Jan 5, 2022):

I would probably need additional context, cannot reproduce. Is there any specific error on the page or..?

@insertish commented on GitHub (Jan 5, 2022): I would probably need additional context, cannot reproduce. Is there any specific error on the page or..?
Author
Owner

@Codeize commented on GitHub (Jan 6, 2022):

After some additional testing, it throws the

ERR_CONTENT_DECODING_FAILED

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.

@Codeize commented on GitHub (Jan 6, 2022): After some additional testing, it throws the ``` ERR_CONTENT_DECODING_FAILED ``` 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.
Author
Owner

@insertish commented on GitHub (Jan 8, 2022):

Pull latest images, docker-compose pull.

@insertish commented on GitHub (Jan 8, 2022): Pull latest images, `docker-compose pull`.
Author
Owner

@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.

@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.
Author
Owner

@Codeize commented on GitHub (Jan 8, 2022):

Pull latest images, docker-compose pull.

This resolved it for me. Thank you very much insert.

@Codeize commented on GitHub (Jan 8, 2022): > Pull latest images, docker-compose pull. This resolved it for me. Thank you very much insert.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/self-hosted#16