hi, I have a problem with the T4. When I try to post an article via webservices if the T4 plugin is active I get an error 500 as a response:
{
"errors": {
"code": 500,
"title": "Internal server error"
}
}
I am doing the tests by postman with the service:
{{base_url}} / {{base_path}} / content / articles
in post I send the data:
{"alias": "my-article1", "articletext": "My text", "catid": 8, "language": "*", "metadesc": "", "metakey": "", "title ":" Here's an article "}
That you know there are problems to use Joomla4 webservices with T4?