I have swapped to a different machine recently, however, when starting n8n locally I repeatedly get 401 on almost every action.
When setting up the Owner account it gives me a 401.
Problem setting up owner
Request failed with status code 401
If I skip setting up an owner, I won’t be able to create any workflow as it prompts 401 and a never ending loading screen when I click on Workflows/New
Init Problem
There was a problem loading init data:
*Request failed with status code 401*
When I click on Workflows/Open, I also get the following:
Problem loading workflows
Request failed with status code 401
Could not load active workflows
Request failed with status code 401
Hi @cccc, I am sorry to hear you’re having trouble.
Could you upgrade to n8n version 0.180.0 or later? You should then hopefully be able to use the user-management:reset CLI command to reset your user management data and set up an owner as expected.
It seems that I had accidentally run install, bootstrap, or build with node18 at some stage.
The problem is resolved after I cleaned up everything and redo them with my nvm set to node 16.
Hello I have realised this issue only occurs when using Safari (running locally with rpm), however, the exact same code works perfectly fine with docker.
The only errors I got in console were TypeError: this.getSearchedWorkflows is not a function. (In 'this.getSearchedWorkflows(this.query)', 'this.getSearchedWorkflows' is undefined)
and the rest being 401