Problem/Motivation

Redirection occur on multiple times

Steps to reproduce

Once I enabled module,. When i access the anonymous URL, it's getting a redirect multiple times

It's shows the below one:
This page isn’t working.
SITENAME redirected you too many times.
Try clearing your cookies.

Comments

ThirstySix created an issue. See original summary.

thirstysix’s picture

Issue summary: View changes
thirstysix’s picture

in src/EventSubscriber/RedirectAnonymousSubscriber.php

you have to add

$response->send();

instead of

//$event->setResponse($response);
//$event->stopPropagation();
thirstysix’s picture

StatusFileSize
new603 bytes
thirstysix’s picture

Status: Active » Needs review