Closed macmeharder closed 2 years ago
I had a problem converting from html
The documentation says to specify your host
const toPDF = pipe( gotenberg('http://localhost:3000'), convert, html, please )
But it gave out Error: 404 Not Found
But if specify http://localhost:3000/forms/chromium it works
http://localhost:3000/forms/chromium
I think it's worth mentioning in the documentation =)
Hello! Thank you for raising an issue :) This library is not yet fully compatible with Gotenberg 7, workaround (which you've discovered yourself :)) is mentioned in this comment.
This issue is not the first issue raised, related to Gotenberg 7, so I've added nota bene in README, thank you :)
I had a problem converting from html
The documentation says to specify your host
const toPDF = pipe( gotenberg('http://localhost:3000'), convert, html, please )
But it gave out Error: 404 Not Found
But if specify
http://localhost:3000/forms/chromium
it worksI think it's worth mentioning in the documentation =)