Thanks for your welcome and your assistance Jon!
I used the page you linked and now got it working!
Thanks a lot.
For anyone going through the same and using docker-compose, here’s what did the trick for me:
-
List the running containers:
docker-compose ps
-
Use this command with the n8n container name from previous step:
docker exec -u node -it <n8n-container-name> n8n user-management:reset
-
Stop and restart docker.
-
Go to your n8n server. you’ll be presented with a signup screen. Create the owner account.
-
Don’t forget your credentials.
P.S. N8N Rocks!