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 a8dbc1f commit 72c7965Copy full SHA for 72c7965
web/src/connect.ts
@@ -127,7 +127,7 @@ const authInterceptor: Interceptor = (next) => async (req) => {
127
128
const transport = createConnectTransport({
129
baseUrl: window.location.origin,
130
- useBinaryFormat: false,
+ useBinaryFormat: true,
131
fetch: fetchWithCredentials,
132
interceptors: [authInterceptor],
133
});
0 commit comments