Replies: 2 comments
-
|
I'm having the same problem. Could you solve it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Same issue, unable to solve it, for now I'm force to use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here's my code :
My website is hosted behind a nginx server, and uses a proxy-pass behind the /dev/ route (so the base url is https://domainname/dev/)
In order to account for that, I juste use
resolvefrom$app/pathwithrelative: truein svelte.config.jsBut even with
basePath: '/dev/auth'instead of the default/auth, the callback URI when logging onto the authentication service is still https://domainname/auth/callbackAm I missing something ?
Beta Was this translation helpful? Give feedback.
All reactions