We are running n8n in a Docker container and were a few versions behind (last upgrade was in December). After performing a pull and re-running the docker containers, everything appears to be running on the server correctly, however, when attempting to access the workflow editor via a browser, we only get a blank page. The page title shows n8n.io - Workflow Automation, but nothing else populates.
I tried creating a clean SQL Lite Database, but the page was still blank. Nothing out of the ordinary appear in the consoles for Traefik or n8n in either case.
So did a bit more digging - I apologize, I don’t really remember what version we were upgrading from, but after doing a bit of troubleshooting, I can get n8n back up and running if I pull version 0.155.2. The moment I pull version 0.156.0, the blank screen starts.
Hi @lits, this sounds odd. Are your browser and n8n running on the same machine? If not, are you able to open the UI on the machine running n8n (if it’s a server without a browser, you could alternatively try curl -v http://localhost:5678)?
Hi @MutedJam - n8n is running as a docker container on a Linux server. The n8n server is also behind a traefik container? I’m not super familiar with it, but it is based upon the docker-compose file listed in the instructions.
What’s really odd is if you look, the page title gets returned, but the page contents is completely blank.