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 196f9d4 commit 59b9b5aCopy full SHA for 59b9b5a
src/routes/auth/login/oauth2/+layout.server.js
@@ -14,7 +14,7 @@ export async function load({ request, fetch, cookies }) {
14
}
15
16
const response = await fetch(
17
- `${FRACTAL_SERVER_HOST}/auth/${PUBLIC_OAUTH_CLIENT_NAME}/callback${request.url.substring(
+ `${FRACTAL_SERVER_HOST}/auth/${PUBLIC_OAUTH_CLIENT_NAME}/callback/${request.url.substring(
18
queryStringIndex
19
)}`
20
);
0 commit comments