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
Is it possible to disable session fetching during SSR and fetch only on the client side? Currently, this behavior is achievable for routes that are cached or pre-rendered. However, it would be ideal to introduce a configurable setting that allows this behavior for non-cached routes as well, enabling client-only session fetching across all routes.
The text was updated successfully, but these errors were encountered:
Is it possible to disable session fetching during SSR and fetch only on the client side? Currently, this behavior is achievable for routes that are cached or pre-rendered. However, it would be ideal to introduce a configurable setting that allows this behavior for non-cached routes as well, enabling client-only session fetching across all routes.
The text was updated successfully, but these errors were encountered: