I saw your module and found it in the file "anonymous_redirect\src\Form". Please remove all caches try different ways to flush your setting cache.
// Forces a cache rebuild so that changes take effect at form save.
drupal_flush_all_caches();
Issue fork anonymous_redirect-3276184
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
mstrelan commentedComment #5
mstrelan commentedI got Claude code to resolve the remaining issues and ensure test coverage for this. It ensured we were adding our settings as a cacheable dependency to the redirect response, and added a config listener to invalidate the render cache when our config changes.
Comment #7
mstrelan commented