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
fix: Add router.isReady guards to prevent SSR issues in redirects
Add guards to ensure redirects only run on the client side after:
- Router is ready
- Required data (node, nodeId, etc.) is available
This prevents potential issues during SSR/build time when router.query
might be empty or router.isReady is false.
0 commit comments