Is there any way to disable SSR overriding base path? #106
-
My use case: I have a Nuxt 3 application that uses hybrid mode to prerender some pages, but the rest are normal spa When enabling ssr: true, this package overrides the base URL to local, which is wrong in my case, since I am still using a separate backend for authenticating with refresh scheme auth/src/runtime/schemes/refresh.ts Line 157 in ea5d9b8 I would love to make this changeable in the config Line 33 in ea5d9b8 So it would not override the base URL override, and it would work the same as ssr: false |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Try using |
Beta Was this translation helpful? Give feedback.
-
Hello @Denoder, may I know when will the 3.1.7 stable version be released? I encountered the SSR overriding base path issue with version 3.1.6 so that I tried to use 3.1.7 beta version. It works perfectly. Now I am working on a project by using this nuxt-alt/auth so that I would like to know when it will be released. |
Beta Was this translation helpful? Give feedback.
Try using
@nuxt-alt/auth@beta
created a draft for you to follow if you have any changes you need regarding that property: #107