Replies: 1 comment
-
Found this was caused by some links with target set to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using remix v2.15.0, Some links are causing the app to do a full reload instead of the expected client side navigation. No errors in the console and I do have "Preserve Logs" enabled. Using the filename based routing. The issue seems to happen for links to pages that have both a pathless route and a dynamic segment eg.
_defualt.services.$slug.tsx
, but it also happens for the home page. All links are remix link or navlink components. Any ideas? What else can I do to troubleshoot this?Beta Was this translation helpful? Give feedback.
All reactions