-
-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Using a WebSocket manager, it's getting ignored on SSR and fallback to REST, but my application is WebSocket only.
Describe the solution you'd like
I would like a solution to not provide data from SSR, just disabling REST and provide a Suspense until the client app got the data through the manager.
An other possibility is to allow managers on SSR.
Describe alternatives you've considered
Additional context
Using NextJS
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request