We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad265f4 commit 79ca6f0Copy full SHA for 79ca6f0
apps/webapp/app/services/realtime/v1StreamsGlobal.server.ts
@@ -47,6 +47,6 @@ export function getRealtimeStreamInstance(
47
});
48
}
49
50
- return v1RealtimeStreams;
+ throw new Error("Realtime streams v2 is required for this run but S2 configuration is missing");
51
52
0 commit comments