# Blank homescreen

**URL:** https://meta.discourse.org/t/blank-homescreen/201834
**Category:** Support
**Created:** [August 26, 2021, 6:22pm UTC](https://meta.discourse.org/t/blank-homescreen/201834 "2021-08-26T18:22:07Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![kianwalters05](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kianwalters05/32/228402_2.png) [@kianwalters05](https://meta.discourse.org/u/kianwalters05)
#### Post date: [August 26, 2021, 6:22pm UTC](https://meta.discourse.org/t/blank-homescreen/201834/1 "2021-08-26T18:22:07Z")

</div>

Hi!  
When I try to load my discourse site I get this blank blue screen & this error in the developer console. Does anyone know what can cause this?

Thanks,  
Kian

 ![Screenshot_494](https://global.discourse-cdn.com/meta/original/3X/e/2/e2bca2f9ccd190e1f43597a908ddde20394552e4.jpeg)  
 ![Screenshot_495](https://global.discourse-cdn.com/meta/original/3X/8/f/8f455dce671bebd11b9ad582160798b553fea77d.png)

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [August 26, 2021, 6:30pm UTC](https://meta.discourse.org/t/blank-homescreen/201834/2 "2021-08-26T18:30:09Z")

</div>

You are using Cloudflare “RocketLoader” on your Discourse site. That is know to randomly break Discourse, so you need to disable it.

One of the easier ways to disable all cloudflare special sauce is to make the orange cloud gray on your Cloudflare DNS entry for the forum.

---

<div class="post-metadata">

### Author: ![Simon\_Manning](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon_manning/32/198596_2.png) [@Simon\_Manning](https://meta.discourse.org/u/Simon_Manning)
#### Post date: [August 26, 2021, 7:02pm UTC](https://meta.discourse.org/t/blank-homescreen/201834/3 "2021-08-26T19:02:27Z")

</div>

You can resolve that specific error by adding a source to your `content security policy script src` setting, assuming you can use SSH or otherwise get a shell on the server:

```plaintext
cd /var/discourse
./launter enter app
rails c
SiteSetting.content_security_policy_script_src = "https://forum.thelostworldmc.com/cdn-cgi/scripts/"

```

@Falco may be alluding to further issues with Cloudflare RocketLoader beyond not being allowed to load the scripts though, so I don’t know if this is an actual solution for using RocketLoader.

---

<div class="post-metadata">

### Author: ![kianwalters05](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kianwalters05/32/228402_2.png) [@kianwalters05](https://meta.discourse.org/u/kianwalters05)
#### Post date: [August 26, 2021, 8:36pm UTC](https://meta.discourse.org/t/blank-homescreen/201834/4 "2021-08-26T20:36:18Z")

</div>

I never knew RocketLoader could cause this issue. Just disabled it and it works fine!

Thanks for the help 🙂

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [September 25, 2021, 8:36pm UTC](https://meta.discourse.org/t/blank-homescreen/201834/5 "2021-09-25T20:36:33Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
