when i try to do anything give this
“error
window.crypto.randomUUID is not a function”
I don’t understand please help
when i try to do anything give this
“error
window.crypto.randomUUID is not a function”
I don’t understand please help
It looks like your topic is missing some important information. Could you provide the following if applicable.
I have just installed a new version last night but I did not see any error.
Maybe because of this?
when i click any trigger option
this is my os
I had this issue too immediately after installing on my NAS. Providing a certificate and running the site on https rather than http fixed this. @y2kbug’s reply was the clue.
This is happening when n8n is accessed over an insecure connection.
There is already a PR to fix this, and the patch release is likely going to go out tomorrow afternoon CET.
i am accessing via localhost . updated to latest but still got same error . not working anything
@Z_guru check the message above, The patch release will likely go out today that will resolve this.
Same error here. I’ve tried installing it via docker/podman of Fedora 41. I was able to import templates, but creating new object gives this error. I’ve setup to connect to PostGreSQL on same machine, but I’m accesing n8n from local network (from one of the servers using Fedora 41) and running podman
podman run -it --rm --name n8n -p 5678:5678 -e GENERIC_TIMEZONE="Europe/Berlin" -e TZ="Europe/Berlin" -e DB_TYPE=postgresdb -e DB_POSTGRESDB_DATABASE=n8n -e DB_POSTGRESDB_HOST=srvname -e DB_POSTGRESDB_USER=n8n -e DB_POSTGRESDB_PASSWORD=pass -e N8N_SECURE_COOKIE=false -e N8N_ENCRYPTION_KEY=xxxx -e N8N_USER_MANAGEMENT_JWT_SECRET=xxxxx docker.n8n.io/n8nio/n8n
not sure how to even run it as https, haven’t seen in github docs
The fix was released in 1.70.3
and 1.71.1
. Please upgrade and let us know if you still see this issue
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.