The server encountered a unknown error while parsing the [object command.
2024-02-29
Debian 12
Apache 2
The system is up to date.
What could it be?
The server encountered a unknown error while parsing the [object command.
2024-02-29
Debian 12
Apache 2
The system is up to date.
What could it be?
I have this problem when I try to paste a PNG from my clipboard. In the browser’s network tab, I can see that it makes a POST call to
/custom_apps/richdocumentscode/proxy.php?req=/cool/https://{my domain}/index.php/apps/richdocuments/wopi/files/ blah blah…
It has this request body in the POST payload is this:
B0x6a
0xd
[object Blob]
And, the response body is this:
T0x15e
0x1f
error: cmd=[object kind=unknown
I think it doesn’t know how to serialize blob objects and put them in the request body correctly. The POST payload is clearly incorrect.