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 f4aefa2 commit ba99638Copy full SHA for ba99638
client/src/lib/hooks/useConnection.ts
@@ -161,6 +161,8 @@ export function useConnection({
161
backendUrl.searchParams.append("url", sseUrl);
162
}
163
164
+ // Inject auth manually instead of using SSEClientTransport, because we're
165
+ // proxying through the inspector server first.
166
const headers: HeadersInit = {};
167
const tokens = await authProvider.tokens();
168
if (tokens) {
0 commit comments