quickchart icon indicating copy to clipboard operation
quickchart copied to clipboard

Cannot POST /graphviz

Open smartycoder opened this issue 2 years ago • 0 comments

When I run curl -X POST 'http://localhost:3400/graphviz' -H 'Content-Type: application/json' -d @payload.json I get this error:

Error
Cannot POST /graphviz

It works if I call curl -X POST 'https://quickchart.io/graphviz' -H 'Content-Type: application/json' -d @payload.json

I checked documentation and graphviz should be included in dockerfile.

smartycoder avatar Mar 28 '23 10:03 smartycoder