The International Splash Awards are back — happening at DrupalCon Vienna on 14 October 2025! Submit your project(s) by 16 June 2025 and join others from around the world to celebrate the very best of what Drupal can do.
I followed the REST tutorial and then the instructions on how to make POST available ("create" option) but it does not work. The POST route is not recognized.
When creating a PHPUnit functional test on this route `/support_ticket/add/ticket` the "AssertionError: assert(!str_starts_with($data_type, 'entity:')" error occurs. I can't seem to find any information about what it means. When testing the same route in a browser a http 200 response is returned and the page renders correctly.
The questions I am searching information for are mentioned below. Any direction would be gratefully received.