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 064b562 commit 9c46d5dCopy full SHA for 9c46d5d
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