Nils Wiesinger

Results 75 comments of Nils Wiesinger

@phoenix-ru Nice! Just did a very quick test on the feature branch and it indeed looks like the api response sent by the server has the proper headers now and...

Hmm thinking more about it - it sort of needs to return the session as otherwise there's no way to do anything auth related on the server at all :/...

@idk-floppy Would be nice if you could open a seperate issue and put a reproduction of your code/issue there. [pnpm](https://pnpm.io/) is not a typo in the readme fyi - it's...

You can add `server: false` to the fetch options: https://nuxt.com/docs/api/composables/use-fetch#:~:text=whether%20to%20fetch%20the%20data%20on%20the%20server

https://github.com/nuxt/nuxt/pull/27258 looks like your issue might be solved by this?

Seems like this issue went stale? I just noticed our `validate` function in the link extension is never called as well. Has there been any workarounds in the meantime? Unfortunately...

To briefly add to this, this is not just related to the routing of `NuxtLinkLocale` but instead the entire routing process. So direct access to `/en/db/items` in the example repro...

Closing this as it's module related and most likely caused by the incorrect registration of the `useQuery` composable within `onMounted`. Thanks @felix-dolderer 😊

Just briefly skimming through the code, `useFetch` should always be registered top level of a setup context as it's a composable, or be returned from composables. It seems like you're...

Could you share a bit about your setup? I don't quite understand why a startup or readiness probe would need to interact with authentication state