- Issue created by @jbowm2
- πΊπΈUnited States jbowm2
Created patch to fix this issue: the '%' wild card was looking for '/%' which was causing the issue with the incorrect URL being produced.
changed '/%' to '%' in the code has fixed the issue.
- π¦πΊAustralia nigelcunningham Geelong
I was getting this issue when I failed to add '/' to the start of the URL. If I add the '/' and then clear caches (must be a cache tag issue there somewhere too), the menu links are correct. The cache tag issue could potentially be in my code - I'm using the menu token module too (my own update for D11).