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
After updating MODX to the latest version (2.7.2-pl) I've found that the taggergateway class keeps redirecting my taggergroup page, for example: domain.ext/tag-test/my-tag-alias.
This is because the code checks if the latest array value is not an empty string, then it will redirect. But because that always has a value it will also always keep redirecting the page:
After updating MODX to the latest version (2.7.2-pl) I've found that the taggergateway class keeps redirecting my taggergroup page, for example: domain.ext/tag-test/my-tag-alias.
This is because the code checks if the latest array value is not an empty string, then it will redirect. But because that always has a value it will also always keep redirecting the page:
The text was updated successfully, but these errors were encountered: