- Issue created by @rahul_sankrit
- ๐ฎ๐ณIndia SandeepSingh199
@rahul_sankrit, I had followed the same steps which you mentioned but not able to replicate the issue on drupal 9.5 & drupal 10.1, Can you provide more information on it.
btw if you still getting the issue you can use$maxAge = is_null($maxAge) ? 0 : $maxAge;
in ape/src/EventSubscriber/ApeSubscriber.php after line no 137. - ๐ฎ๐ณIndia chetan 11
chetan 11 โ made their first commit to this issueโs fork.
- @chetan-11 opened merge request.
- ๐ฎ๐ณIndia chetan 11
Hi
Please check my solution in attached MR.
Thanks - Status changed to Needs review
about 1 year ago 10:37am 6 November 2023 - ๐ฎ๐ณIndia rahul_sankrit New Delhi
Thank you everyone for your support I will try your suggestions and I will share the updates.
- ๐ฎ๐ณIndia rahul_sankrit New Delhi
This is resolved now after updating the latest version of the APE module (8.x-1.6).
composer require 'drupal/ape:^1.6'
Thanks.