- Issue created by @Aleksander Belov
- Merge request !70Detect and exit the loop detection before it returns exception → (Open) created by Aleksander Belov
- last update
12 months ago 63 pass - Status changed to Needs review
12 months ago 5:46pm 15 November 2023 - Status changed to RTBC
8 months ago 9:39am 13 March 2024 - 🇬🇧United Kingdom the_g_bomb
I can confirmed, we were having the same issue and the patch cleared the error for us.
- last update
8 months ago Patch Failed to Apply I can confirm that this works for our client's site (Drupal 9.5.11 PHP 8.1). For anyone having a hard time pulling the branch 3401916-redirect-loop-wrong to your codebase, especially for those hosting in Pantheon, you can use the attached patch below.
I can confirm that this works for our client's site (Drupal 9.5.11 PHP 8.1). For anyone having a hard time pulling the branch 3401916-redirect-loop-wrong to your codebase, especially for those hosting in Pantheon, you can use the attached patch below.
I can confirm that this works for our client's site (Drupal 9.5.11 PHP 8.1). For anyone having a hard time pulling the branch 3401916-redirect-loop-wrong to your codebase, especially for those hosting in Pantheon, you can use the attached patch.
- First commit to issue fork.
- Status changed to Needs work
8 months ago 11:45am 30 March 2024 - 🇨🇭Switzerland berdir Switzerland
Documentation needs to be updated for the new method.
I'm not sure I understand the problem. Do you have redirects that match the node alias?
- 🇳🇱Netherlands Web-Beest
For us, the problem emerged after updating to core 10.2.3
We have several nodes with multiple aliases, but it couldn't find the correct alias when visiting a page on the old alias. It ended up in a redirect loop.Node: /node/1
Current alias: /path-to-node
Old alias: /old-path-to-node
Redirect: /old-path-to-node -> /path-to-node
That caused the redirect loop.The patch in #7 fixes it.
I've rerolled the patch against 8.x-1.9 for anyone who's interested.
- 🇺🇸United States RichardDavies Portland, Oregon
I can confirm patch in #12 worked for us.
- 🇮🇳India bhanu_drupal
Can we move this to RTBC and have an MR since the patch above fixes the issue?
- Status changed to RTBC
3 months ago 8:44am 20 August 2024