- πΊπΈUnited States mradcliffe USA
I added documentation about conflicting modules and paths to add those paths to visibility settings.
A user who should be taken to the agreement page is instead being routed to the homepage.
My guess is that there is an infinite redirect or competing code on our site that ends up causing the user to land on the homepage. I tested bumping up the priority of the event subscribing code in `AgreementSubscriber.php` to 100 and that seems to have fixed it consistently:
$events[KernelEvents::REQUEST][] = ['checkForRedirection', 100];
- Write a patch for Drupal 8
N/A
N/A
N/A
Closed: duplicate
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I added documentation about conflicting modules and paths to add those paths to visibility settings.