Hello Community, I’m really desperate. I did several automations using the N8N desktop version and now it asks for login access, but simply all my passwords I use (like my default ones they always use) don’t work.
Worse, the password set does not help.
And now? Is there anything that can be done to fix my access?
Important information, I use Macbook and I am a basic programming user.
Information on your n8n setup
n8n version: 1.6.0
Database you’re using (default: SQLite): default
Running n8n with the execution process [own(default), main]: default
Running n8n via [Docker, npm, n8n.cloud, desktop app]: desktop app
I am not a mac user, but do you know where n8n is installed? There should be an SQLite database there. If you can find this you can try and open it. It should at least give you your workflows back.
And in this database, there should also be some user info.
Hello @BramKn and @Jon
I have no words to thank you for your support. After discovering a world that I had never used (the terminal one), I found out how to show the hidden files (I typed in the Terminal):
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder
(TRUE list all and FALSE disable)
Then, I just found the .n8n folder and the SQLite file, and when I opened it I could find the email used.
No words to thank you! You really were amazing. Thank you very much!