# Node-RED Web UI loads only partially

**URL:** https://discourse.nodered.org/t/node-red-web-ui-loads-only-partially/1953
**Category:** General
**Created:** [31 July 2018 23:48 UTC](https://discourse.nodered.org/t/node-red-web-ui-loads-only-partially/1953 "2018-07-31T23:48:09Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![schnawel007](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/schnawel007/32/1462_2.png) [@schnawel007](https://discourse.nodered.org/u/schnawel007)
#### Post date: [31 July 2018 23:48 UTC](https://discourse.nodered.org/t/node-red-web-ui-loads-only-partially/1953/1 "2018-07-31T23:48:09Z")

</div>

I installed a node red instance on my rpi today. I did it with docker.

```
      nodered:
          container_name: nodered
          restart: always
          image: 'nodered/node-red-docker:rpi-v8'
          ports:
              - "8083:1880"
         volumes:
             - "/media/data/volumes/nodered:/data"
         networks:
             - js

```

The log outputs are also very inconspicuous:

> npm info it worked if it ends with ok  
> npm info using npm@3.10.10  
> npm info using node@v6.11.0  
> npm info lifecycle node-red-docker@1.0.0~prestart: node-red-docker@1.0.0  
> npm info lifecycle node-red-docker@1.0.0~start: node-red-docker@1.0.0
> 
> > node-red-docker@1.0.0 start /usr/src/node-red  
> > node $NODE\_OPTIONS node\_modules/node-red/red.js -v $FLOWS "--userDir" "/data"
> 
> 31 Jul 23:27:24 - [info]
> 
> # Welcome to Node-RED
> 
> 31 Jul 23:27:24 - [info] Node-RED version: v0.17.5  
> 31 Jul 23:27:24 - [info] Node.js version: v6.11.0  
> 31 Jul 23:27:24 - [info] Linux 4.14.56-v7+ arm LE  
> 31 Jul 23:27:25 - [info] Loading palette nodes  
> 31 Jul 23:27:29 - [warn] Missing node modules:  
> 31 Jul 23:27:29 - [warn] - node-red (0.17.5): sort, batch  
> 31 Jul 23:27:29 - [info] Removing modules from config  
> 31 Jul 23:27:29 - [info] Settings file : /data/settings.js  
> 31 Jul 23:27:29 - [info] User directory : /data  
> 31 Jul 23:27:29 - [info] Flows file : /data/flows.json  
> 31 Jul 23:27:29 - [info] Creating new flow file  
> 31 Jul 23:27:29 - [info] Starting flows  
> 31 Jul 23:27:29 - [info] Started flows  
> 31 Jul 23:27:30 - [info] Server now running at [http://127.0.0.1:1880/](http://127.0.0.1:1880/)

However, I have a problem calling the Web UI. The UI loads only partially. The missing data is not transmitted to the browser. I tried different node red versions and browsers. It's always the same:

 ![Unbenannt](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/6/6d5c2ee0821e2465dd1139104a7a2280f61896ba.JPG)
