Describe the problem/error/question:
I am unable to load the “workflows” page after updating N8N to V 1.32.2
What is the error message (if any)?:
Dev tools shows:
{
“status”: “error”,
“message”: “Unauthorized”
}
I am starting N8N with the following command:
docker run -d -it --rm --name n8n -p 5678:5678 -e WEBHOOK_URL=http://s1.domain.com:5678/ -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8n
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.32.2
- Database (default: SQLite): Default
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Ubuntu
Anyone have any ideas how I can fix this?
Best,
Dara