Hi,
I installed the wordpress plugin to track views on my website.
Currently requests to the selfhosted openpanel instance are failing with this error
{
"status": "415",
"error": {
"code": "FST_ERR_CTP_INVALID_MEDIA_TYPE",
"name": "FastifyError",
"statusCode": 415,
"message": "Unsupported Media Type: application/x-www-form-urlencoded"
},
"message": "Unsupported Media Type: application/x-www-form-urlencoded"
}
The request is not reaching the openpanel instance.
Is this a bug in the plugin or with the selfhosted instance?
Kind regards
Thomas
Hi,
I installed the wordpress plugin to track views on my website.
Currently requests to the selfhosted openpanel instance are failing with this error
{ "status": "415", "error": { "code": "FST_ERR_CTP_INVALID_MEDIA_TYPE", "name": "FastifyError", "statusCode": 415, "message": "Unsupported Media Type: application/x-www-form-urlencoded" }, "message": "Unsupported Media Type: application/x-www-form-urlencoded" }The request is not reaching the openpanel instance.
Is this a bug in the plugin or with the selfhosted instance?
Kind regards
Thomas