Open hookenz opened 1 week ago
This for some reason returns NULL on logs endpoint.
I think it might have something to do with expecting json output. It needs to check the content-type for the response and if it's text/plain don't do a json decode.
This for some reason returns NULL on logs endpoint.
I think it might have something to do with expecting json output.
It needs to check the content-type for the response and if it's text/plain don't do a json decode.