I tring gostenberg on n8n to create a html file to pdf - 405 time out error

hi,
i am new to n8n. i am tring to build a automation process to create a HTML file to pdf with gotenberg on n8n. my n8n is hosted in hostinger VPs. when I use GET method it is working in n8n. when I try to PUSH method I get this timeout error. i have deactivated firewall. the port 3000 is lisinening. in the HTTP node in push mentod I am unable to solve this issue.

any expert can help me in solving this issue

thanks
kb

Could you also ctl a, ctl c the workflow, then click the ‘</>’ when making a reply and paste the workflow into that field? That should help give us more context. Thanks.

Here’s an example that works (using the Gotenberg demo).

You can also try replacing the demo URL with your own endpoint—if you’re hosting Gotenberg yourself—to check whether the issue is related to your instance.

Which endpoint are you using? Have you added any additional parameters?
If it’s a timeout issue, the limit can easily be increased.*

this flow is working. i had error in the convert file node and the demo link is working where as the gostenberg installed on the vps is not working. can you explain the code node that you have used and why is the demo works and where as the vps is not working?

I was able to test make a curl request to the healthcheck endpoint without issue. I presume you don’t have permissions setup correctly perhaps to allow the IP being accessed from n8n?

in the VPS i have checked the port 3000. which is lisining. and I have deactivated the firewall to check the connection. but the post request is just keeping waiting and then it returns back with out any result. says timeout.

Can you CURL from within the same server to the health check endpoint? I wonder if this is somehow related to the docker network. Are you using docker or the npm package?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.