Has anyone used WordPress or HTTP node recently?
I tried using WordPress node and nothing returns, even HTTP request shows no response value.
Yet, the node executes successfully.
Information on my n8n setup
- n8n version: latest
- Database (default: SQLite): Postgres
- n8n EXECUTIONS_PROCESS setting (default: own, main): default
- Running n8n via: Coofily (Docker)
- Operating system: Ubuntu
Hey @Adeiza
Could you provide more details of your workflow? I’ve verified the HTTP Request node works correctly and returns data as expected - it’s extensively tested.
A few things that would help troubleshoot:
- What URL/endpoint are you calling?
- What does the raw response look like in your browser’s developer console?
- Does a simple test URL like https://catfact.ninja/fact work for you?