Put in redirect for old, broken Disqus links

Description

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.

Gliffy Diagrams

Activity

Show:

Brad WoodJuly 13, 2017 at 7:49 PM
Edited

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.

Details

Assignee

Reporter

Fix versions

Priority

Sentry

Created May 17, 2017 at 8:07 PM
Updated September 18, 2018 at 5:19 AM
Resolved July 15, 2017 at 7:36 PM

Flag notifications