Node Red authentication issues

Hi,

We have just finished the setup of OpenCore with Docker.
Everything is up and running, except for Node Red.
We have the same issue as in this thread: link

We have followed every step of it, (except for “1. you did not delete the “extra” config in the config collection”). Please explain what that means.

The agent starts and we can reach it. The only issue is authentication when trying to log in to Node red. As far as I can see there is no error in the logs.

I would be grateful for any tips as how to resolve the issue

is this a fresh install ? are the any data in the database you need to save ?
if not, then an easy fix is to run normal-down, then remove-data and then normal-up ( often you need to run normal-up twice, the first time, to allow mongodb and rabbitmq to startup properly )

Thanks, you pointed us in the right direction.
I think the problem was the old volumes was wrong.

I ran docker compose down, and then removed old volumes. Created the normal-up.sh file and added the code from the git-docs.

When starting up again with normal-up it worked.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.