On updated machines the file ..actions/delete-certificate/validate-output.json which isn’t in the code anymore, may still exist and it throws a “Something went wrong” message but the certificate is deleted tough:
JSON Schema output validation aborted at step /home/traefik1/.config/actions/delete-certificate/validate-output.json: JSON unmarshal error: unexpected end of JSON input. Input data: []
After removing the file /home/traefik1/.config/actions/delete-certificate/validate-output.json the error doesn’t occur anymore.
I don’t know if this error has anything to do with this topic. Today I wanted to delete a requested certificate that I no longer need. When I delete it, I get this error message.
JSON Schema output validation aborted at step /home/traefik1/.config/actions/delete-certificate/validate-output.json: JSON unmarshal error: unexpected end of JSON input. Input data: [ ]
After refreshing the page, the certificate is no longer displayed, but the certificate is still present in the file /home/traefik1/.config/state/acme/acme.json.
Unfortunately the bug isn’t fixed.
Even after emptying the file /home/traefik1/.config/actions/delete-certificate/validate-output.json it throws the same error on certificate deletion.
As soon as the file is removed there’s no error anymore.