- Issue created by @eugene.masangkay
- 🇯🇵Japan ptmkenny
I could not reproduce this based on your steps to reproduce. Please provide more specific steps about how to reproduce this issue from a clean install of Drupal 10/11.
Also, please file bug reports after testing against the dev branch of the module (3.x-dev), just in case the bug has already been fixed in dev but is not yet released.
- 🇨🇳China lawxen
I can reproduced the problem with jsonapi_include enabled.
The jsonapi_inclue can't get the parameter on second request.
https://git.drupalcode.org/project/jsonapi_include/-/blob/8.x-1.x/src/Js...
$include_parameter = $this->requestStack->getCurrentRequest()->query->get('include');
- 🇯🇵Japan ptmkenny
@lawxen Could you please share the Drupal and module versions you used to reproduce this?
- 🇨🇳China lawxen
@ptmkenny Drupal10.3.10 + "drupal/jsonapi_extras": "3.26.0" + drupal/jsonapi_include:1.8.0