You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i have a redirect like /catalog-content -> /catalog-content/true-catalog i enter a loop.
If i submit fx /catalog-content, the first redirect will lead me to /catalog-content/true-catalog, which will then send me to /catalog-content/true-catalog/true-catalog. This repeats until the browser stops it.
I updated the test case that is checking for it to make sure it was not something else in our environment, and this version does reproduce the issue:
If i have a redirect like
/catalog-content
->/catalog-content/true-catalog
i enter a loop.If i submit fx
/catalog-content
, the first redirect will lead me to/catalog-content/true-catalog
, which will then send me to/catalog-content/true-catalog/true-catalog
. This repeats until the browser stops it.I updated the test case that is checking for it to make sure it was not something else in our environment, and this version does reproduce the issue:
In the old test the name of the subpath was the same as the root, which apparently does act as it should.
The text was updated successfully, but these errors were encountered: