You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The invalid fragment is not /, but rather, #/, which does indeed look invalid. The problem seems to be that '#' was leaked into the fragment somehow, not that the URI parser is misbehaving.
To replicate:
Click on a bug, then "occurrences" tab. Then click on one of the occurrence items. See below for the error trace.
Removing "fragments" in models/occurrence.rb (line 510) seems to fix it.
ie) change
to
The text was updated successfully, but these errors were encountered: