79588981

Date: 2025-04-23 15:37:24
Score: 3
Natty:
Report link

What ended up solving my problem was to use LimitToPages and avoid paths like '/'.

It seems that if multiple such paths are present, even though only one page actually calls the plugin, it still initiates as if the route applies to ALL PAGES.

So it ends up conflicting and not working (probably throws an error somewhere as well, have yet to find where though). Conflicting, as in, multiple paths that are the same, which '/' is predistined for.

It seems that sometimes the problem is still there even with LimitToPages enabled. This may be inaccurate, but it feels like in some cases only using both LimitToPages and changing the path made a difference.

Heinz Schilling 's answer is still valid to remove the chash, and even caused my links, that were broken ([...]?tx[...]), to at least appear right([..]/detail/[..]), even if they turned out non functional because of the above issues.

Thank you to all that helped!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: Tobias