-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
After implementing this plugin, we got major issues in production that all external pointing links directed to 404. This bug was not able to be reproduced locally.
It seems that the issue is that the plugin was trying to handle links that were using a normal href. The href apparently passed the checks to where it thinks it should handle it. It passed the url to the router, and got back the 404 route.
I think a reasonable fix would be to check the url in the href and look for a full url. For example, if the url starts with http://www.blah.com/mypath instead of /mypath, it probably shouldn't handle the transition. For now we removed the plugin and won't be able to consider implementing it again unless we are confident this could be fixed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels