Hey,
I am currently trying to write an application which is using the API to interface with proxmox.
Unfortunately, the API sometimes returns no real error messages when it receives invalid data.
It just returns a http 500 with "{"data":null}". No further information, no details in the interface about this.
This makes it kinda impossible to debug anything :/
Is there a way to make the API more verbose or to enable logging or anything like this?
I am currently trying to write an application which is using the API to interface with proxmox.
Unfortunately, the API sometimes returns no real error messages when it receives invalid data.
It just returns a http 500 with "{"data":null}". No further information, no details in the interface about this.
This makes it kinda impossible to debug anything :/
Is there a way to make the API more verbose or to enable logging or anything like this?