🇫🇷France @floriane

Account created on 14 June 2023, over 1 year ago
#

Recent comments

🇫🇷France floriane

I had this problem with my controller's module, which took the cache value instead of the url one (i'm using Drupal 10)

I solved the problem with #cache and max-age to 0:

        $address = $request->query->get('adresse');

        return [
            '#address' => $address,
            '#cache' => [
                'max-age' => 0,
            ],
        ];
Production build 0.71.5 2024