Hello,
I've added a custom viewer for .GW files (GAEB Writer File)
Now I want to edit a document of that file type using the agent
but when I try to check the file in after I changed it I nothing happens.
I looked into the response of the HTTP Request the agent sends and
get the following error Message:
{
"status": "INTERNAL_SERVER_ERROR",
"statuscode": 500,
"key": "UNSPECIFIED_INTERNAL_ERROR",
"message": "Internal error, that was not handled specially. See cause message for more information.",
"time": "2023-07-05T09:51:30.355Z",
"reportedtoclient": true,
"cause": {
"messages": [
"RESTEASY003340: Failure parsing MediaType string: false"
],
....
Is there anything I can do against this error?
Thanks in advance!
Marcel