Describe the problem/error/question
Credentials were working fine a couple days, now just giving ‘Not Found Error’
What is the error message (if any)?
Please share your workflow
Its just credentials, no workflow.
I keep seeing this in my server logs :
98.67.233.91 - - [06/Sep/2024:12:49:41 -0400] “GET //wp-json/wp/v2/users HTTP/1.0” 404 114 “-” “n8n”
98.67.233.91 - - [06/Sep/2024:12:49:25 -0400] “GET //wp-json/wp/v2/users HTTP/1.0” 404 114 “-” “n8n”
It seems n8n is trying to pass these credentials to a URL that doesn’t exist?
All I have done is input my wordpress site URL
I still get a JSON/schema response if I visit the //wp-json/wp/v2/users URL myself
Information on your n8n setup
n8n version:
1.57.0
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via cloud/normal
Windows
n8n
September 6, 2024, 5:11pm
2
It looks like your topic is missing some important information. Could you provide the following if applicable.
n8n version:
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app):
Operating system:
Jon
September 11, 2024, 4:01pm
3
Hey @Love_Marketing ,
Welcome to the community
In your Wordpress URL do you have a trailing slash? It could be worth starting by removing that if you do as some servers have a hard time with the //
before the URI which seems to be in your log snippet.
It turned out that the plugin Really Simple SSL was the culprit. Turning it off so n8n can connect. Turned Really Simple SSL back on after n8n was able to establish connection.
system
Closed
December 10, 2024, 4:21pm
5
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.