New user trying to get n8n up and running.
I have spent some time with web searches and reviewing docs with no luck.
The last few lines of my logs are:
Initializing n8n process
n8n ready on 0.0.0.0, port 5678
Version: 1.74.1
Editor is now accessible via: http://localhost:5678/
When I go to that web page (via Safari, Brave, or Chrome) it comes up with a blank page, no errors.
Inspecting the page in Safari, the only thing that comes up is this error:
TypeError: crypto.randomUUID is not a function. (In ‘crypto.randomUUID()’, ‘crypto.randomUUID’ is undefined)
I was not sure what to do with that so I tried other versions with the same results.
Appreciate the help,
Michael
Here are my stats:
n8n version: 1.74.1 (also tried 1.75.0, 1.74.0)
n8n node: 20.18.0
Docker version: 27.5.0 build a187fa5
Docker Compose version: 2.32.3
Portainer version: 2.21.5
Raspberry Pi 4
Linux pihosted 6.6.62+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1 (2024-11-25) aarch64 GNU/Linux
My compose file looks like this:
version: “3”
services:
n8n:
image: n8nio/n8n:latest
container_name: n8n
restart: always
ports:
- “5678:5678”
environment:
- N8N_BASIC_AUTH_ACTIVE=false ** I have also tried true
- N8N_BASIC_AUTH_USER=admin
- N8N_BASIC_AUTH_PASSWORD=admin
- GENERIC_TIMEZONE=America/Mexico_City
volumes:
- ~/.n8n:/home/node/.n8n
user: “1000:1000”
I have the same issue and reported error in the browser. Started right after updating to 1.74.1. Tried Chrome on a Chromebook, iOS, also Safari on iOS. Running in a docker on Raspberry Pi 4. I tried both reinstalling fresh via npm, same issue.
Interesting. Thanks for the confirmation. Maybe I should try a much older version. I also did 1.74.0 and 1.75.0 with the same results. Maybe just keep going backwards.
Ok, I am finally logged in with version 1.73.1.
I had no success with version 1.75.0, 1.74.0, and 1.73.0.
I’ve made it to a log in screen and have setup my account.
Now to finally get to ussing this.
Facing the same issue after the latest update, version: 1.74.1. Nothing in the logs either just that Editor is now accessible via: http://localhost:5678/ but getting a blank white screen while trying to access it …