Account created on 4 November 2010, about 14 years ago
#

Recent comments

🇮🇳India Vj

I am facing same issue here is the patch which fixed it for me

🇮🇳India Vj

My issue is related to redirect from domain.com to domain.com/home. Which is happening due to $this->pathMatcher->isFrontPage() in src/EventSubscriber/RouteNormalizerRequestSubscriber.php returns false on frontpage.

Steps to reproduce.

  1. Install Drupal & redirect module.
  2. Create node with url alias "home" & set default home page to "home" admin/config/system/site-information
  3. Export config using drush cex
  4. front: /node/1 in system.site.yml
  5. Go to homepage domain.com it stays on domain.com
  6. Change front: /home in system.site.yml & run drush cim
  7. Go to homepage domain.com it redirects to domain.com/home

Its more of core bug which fails to detect frontpage with above steps hence redirect module fails for me.

Production build 0.71.5 2024