# Only loading HEAD after upgrading docker, due to Babble plugin

**URL:** https://meta.discourse.org/t/only-loading-head-after-upgrading-docker-due-to-babble-plugin/150543
**Category:** Support
**Created:** [May 6, 2020, 12:21am UTC](https://meta.discourse.org/t/only-loading-head-after-upgrading-docker-due-to-babble-plugin/150543 "2020-05-06T00:21:42Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![cloudunicorn](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cloudunicorn/32/88774_2.png) [@cloudunicorn](https://meta.discourse.org/u/cloudunicorn)
#### Post date: [May 6, 2020, 12:21am UTC](https://meta.discourse.org/t/only-loading-head-after-upgrading-docker-due-to-babble-plugin/150543/1 "2020-05-06T00:21:42Z")

</div>

Hey all, bit time sensitive as forum just won’t load after I upgraded Docker on the prompt in the web interface because it prompted me to do so.

[https://members.minaal.com](https://members.minaal.com) is site

Then it said I had to go to server and

cd /var/discourse  
git pull  
./launcher rebuild app

Ever since it hasn’t loaded - just the embed that’s iframed in before (the radio player lower right.

Where do I look for the errors? Only chrome dev tools errors seem innocuous.

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [May 6, 2020, 12:56am UTC](https://meta.discourse.org/t/only-loading-head-after-upgrading-docker-due-to-babble-plugin/150543/2 "2020-05-06T00:56:43Z")

</div>

The site loads in [safe mode](https://meta.discourse.org/t/how-to-use-discourse-safe-mode/53504) when the current theme is disabled. This means that the issue is related to your site’s theme. You should be able to access the site at this URL: [https://members.minaal.com/?safe\_mode=no\_custom](https://members.minaal.com/?safe_mode=no_custom). Once you have accessed the site, you will need to fix or disable your current theme.

The error I see when I try loading the site without going into [safe mode](https://meta.discourse.org/t/53504?silent=true) is `$.cookie is not a function`. Check your theme and theme components to see if you are calling `$.cookie` anywhere.

---

<div class="post-metadata">

### Author: ![cloudunicorn](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cloudunicorn/32/88774_2.png) [@cloudunicorn](https://meta.discourse.org/u/cloudunicorn)
#### Post date: [May 6, 2020, 1:07am UTC](https://meta.discourse.org/t/only-loading-head-after-upgrading-docker-due-to-babble-plugin/150543/3 "2020-05-06T01:07:41Z")

</div>

Thank you, super helpful. AFAIK not calling that, but having just pulled the radio embed player site seems to load. Assume they are calling it? Dropping code snippets below.

```
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script><script src="https://public.radio.co/playerapi/jquery.radiocoplayer.min.js"></script>

<script>$('.radioplayer').radiocoPlayer();</script>

```

```plaintext

.ms-iframe {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 100000000000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ms-iframe-embed {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 600px;
  height: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.ms-iframe.dereks {
  left: auto;
  right: 0px;
}

```

---

<div class="post-metadata">

### Author: ![cloudunicorn](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cloudunicorn/32/88774_2.png) [@cloudunicorn](https://meta.discourse.org/u/cloudunicorn)
#### Post date: [May 6, 2020, 4:03am UTC](https://meta.discourse.org/t/only-loading-head-after-upgrading-docker-due-to-babble-plugin/150543/5 "2020-05-06T04:03:14Z")

</div>

FWIW this is the second update in a row this has happened for us as well.

---

<div class="post-metadata">

### Author: ![atomicbomb12](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/atomicbomb12/32/154226_2.png) [@atomicbomb12](https://meta.discourse.org/u/atomicbomb12)
#### Post date: [May 6, 2020, 4:05am UTC](https://meta.discourse.org/t/only-loading-head-after-upgrading-docker-due-to-babble-plugin/150543/6 "2020-05-06T04:05:23Z")

</div>

Were you able to resolve your issue @cloudunicorn and if so what steps did you take? I can’t see anything on my website except the background. 😕

---

<div class="post-metadata">

### Author: ![atomicbomb12](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/atomicbomb12/32/154226_2.png) [@atomicbomb12](https://meta.discourse.org/u/atomicbomb12)
#### Post date: [May 6, 2020, 4:07am UTC](https://meta.discourse.org/t/only-loading-head-after-upgrading-docker-due-to-babble-plugin/150543/7 "2020-05-06T04:07:42Z")

</div>

Upon reviewing chrome console logs on my website and then another post on this forum I was able to confirm that the issue has to deal with the babble plugin for me so going to disable it and post an update.

---

<div class="post-metadata">

### Author: ![atomicbomb12](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/atomicbomb12/32/154226_2.png) [@atomicbomb12](https://meta.discourse.org/u/atomicbomb12)
#### Post date: [May 6, 2020, 4:25am UTC](https://meta.discourse.org/t/only-loading-head-after-upgrading-docker-due-to-babble-plugin/150543/8 "2020-05-06T04:25:46Z")

</div>

Turns out babble was the problem in my case. Issue Resolved 😃

---

<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: [June 5, 2020, 4:25am UTC](https://meta.discourse.org/t/only-loading-head-after-upgrading-docker-due-to-babble-plugin/150543/9 "2020-06-05T04:25:59Z")

</div>

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