I Am using n8n in docker , Generating PDF using Gutenberg i added the image of this in docker-compose.yml and access with this url http://gotenberg:3000/forms/chromium/convert/html But Same it shows the error
I have went very quickly on the Gotenberg docs ( Installation | Gotenberg ) and I see that you can directly call the API (http://localhost:3000) but before doing anything with n8n setup, can you please make sure that Gotenberg is already working properly, can you please run the below in the terminal: curl \ --request POST ``https://localhost:3000/forms/chromium/convert/url`` \ --form url=https://sparksuite.github.io/simple-html-invoice-template/ \ -o my.pdf