I am on the community edition of n8n. When I updated n8n and it broke my n8n api credential. I have restarted, deleted the credential, deleted and created a new api key, reinstalled n8n, but nothing has worked. I can confirm that other credentials still function. Thanks in advance for the help.
What is the error message (if any)?
in n8n, the error is a refused connection and the suggestion that the service is offline (not the case). In the API playground, the key also does not work. Here, I obtain the following 401 error and then the 400 error in powershell
Can you share the full url you are using? The first issue was it couldn’t connect likely becuase it was usng ipv6 instead of ipv4 for localhost, The error now looks like the API key is incorrect.
Hi, thanks for that. Using http://127.0.0.1:5678 instead of localhost allows the credential to connect in my workflows. However, the API playground is still broken.