Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Add an onInvalidEvent handler that looks for invalid routes whose slug start with the text "view" and are followed by other text. When that is found, insert a '/' after the word view and redirect the user there. That will put in a shim so the old Disqus links don't break, which makes us look bad.
Gliffy Diagrams
Activity
Show:
Brad WoodJuly 13, 2017 at 7:49 PM
Edited
@Luis Majano Why not just add a custom invalid event handler that looks for this pattern and does a simple redirect? Then at least, the old links will work.
Luis MajanoJuly 13, 2017 at 7:27 PM
The issue is with disqus caching, already opened a ticket with their support, but no answer
Fixed
Pinned fields
Click on the next to a field label to start pinning.
When someone comments on a project of mine, the link in my E-mail is incorrect and takes me to a 404:
https://www.forgebox.io/viewcommandbox-cfconfig#comment-3310820651
You can see there's a missing slack after "/view"
Add an onInvalidEvent handler that looks for invalid routes whose slug start with the text "view" and are followed by other text. When that is found, insert a '/' after the word view and redirect the user there. That will put in a shim so the old Disqus links don't break, which makes us look bad.