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
I tried to add this to a single spot in a large app to get fragment identifiers working. I didn't realize it was causing 404s in various locations because we still have some server rendered pages that are linked to, and we have a catchall route.
I didn't realize the initializer was handling all links, not just the one's I was modifying.
The text was updated successfully, but these errors were encountered:
Relating to #41.
I tried to add this to a single spot in a large app to get fragment identifiers working. I didn't realize it was causing 404s in various locations because we still have some server rendered pages that are linked to, and we have a catchall route.
I didn't realize the initializer was handling all links, not just the one's I was modifying.
The text was updated successfully, but these errors were encountered: