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 got my code into a state where it would get server rendered by vinxi but vite would render a blank screen, so I turned ssr off and was left with a blank screen consistently. I wasn't able to figure out what the error was until I replaced<FileRoutes /> with a manual <Route /> Definition it was a basic cannot access x before definiton but doesn't show any errors when using <FileRoutes />, it only showed up in the console when using <Route />,
Is it possible to handle errors encountered with FileRoutes?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I got my code into a state where it would get server rendered by vinxi but vite would render a blank screen, so I turned ssr off and was left with a blank screen consistently. I wasn't able to figure out what the error was until I replaced
<FileRoutes />
with a manual<Route />
Definition it was a basiccannot access x before definiton
but doesn't show any errors when using<FileRoutes />
, it only showed up in the console when using<Route />
,Is it possible to handle errors encountered with FileRoutes?
Beta Was this translation helpful? Give feedback.
All reactions