I have an n8n workflow that creates a post with an image and then posts them to Worpress using HTTP Post requests. It upload the image and post separately. It had been working fine for about a week and then I strted getting an error most of the time. It still workd occasionally.
What is the error message (if any)?
The connection to the server was closed unexpectedly, perhaps it is offline. You can retry the request immediately or wait and retry later.
Please share your workflow
Share the output returned by the last node
[
{
“error”:
{
“message”:
“The connection to the server was closed unexpectedly, perhaps it is offline. You can retry the request immediately or wait and retry later.”,
“timestamp”:
1760083298527,
“name”:
“NodeApiError”,
“context”:
{
}
}
}
]
I’m embaressed to admit this but I will own up to the answer in case it helps anyone else in this situation.
I was just setting things up and running on a temparay domain from Hostinger. In my defense I would have thought Hostinger would realise the problem but they didn’t.
Once I connected my actual domain it all worked perfectly.