Hello
I run my n8n instance with pm2
I updated my n8n version with the command npm update -g n8n
After restarting n8n I get this error :
“Problem logging in
API-Server can not be reached. It is probably down.”
Anyone knows the reason of this error. Maybe I missed something.
Hey @Harena_RAMANANA, I am sorry you’re having trouble.
Can you share the logs you are getting from n8n (I believe in pm2 you can fetch these by running pm2 logs
)?
Also, could you confirm which version of n8n exactly you are trying to run, which version of Node.js you are using, and which operating system?