🐛 | Booking and Availability Management API | With Drupal 10.2.0 the rest api doesn't return a valid json
I'm experiencing quite the same issue as g011um and some others, since upgrading from 10.1 to 10.2 the JSON response we get from our custom resource REST API is truncated (the last closing curly bracket is missing).
I tried returning ResourceResponse with and without cache dependencies, ModifiedResourceResponse and even a basic JSONRepsonse and it always comes out missing the last character.
Maybe it has something the REST API settings or maybe even with the cache settings, but it was working perfectly before the Drupal core upgrade. I'm really clueless now.
Do you guys have resolved your issues yet ?