Gotenberg 6 not available

I was trying to setup gotenberg for rendering PDF.
On Docker Hub tag 6 is not available anymore.
With tag 7 corteza does not work anymore:

corteza-gotenberg  | {"level":"error","ts":1655277697.1282547,"logger":"api","msg":"code=404, message=Not Found","trace":"cdc00b60-363e-459f-a745-6ae0f852befa","remote_ip":"192.168.160.3","host":"corteza-gotenberg:3000","uri":"/convert/html","method":"POST","path":"/convert/html","referer":"","user_agent":"Go-http-client/1.1","status":404,"latency":174790,"latency_human":"174.79ยตs","bytes_in":1491,"bytes_out":9}

How can I get this working?

I was able to solve this issue with editing the .env file:
TEMPLATE_RENDERER_GOTENBERG_ADDRESS=http://corteza-gotenberg:3000/forms/chromium

3 Likes