Sébastien Chopin
Sébastien Chopin
Adding pending label since it depends of Jetbrains support.
Nice work @ijkml Can you open a PR to add the module? See how to add a repo: https://github.com/nuxt/modules#add-or-update-repository
Indeed, I think we shall report errors in a nicer way when a component is not found.
Please provide a reproduction with https://nuxt.new
It looks good to me, can you open a PR following https://github.com/nuxt/modules#add-or-update-repository ?
I will let Pooya do the final review and merge, thank you for your help @clarkdo :heart:
Do you mind creating a reproduction on GitHub or CodeSandBox?
I think this is due to the fact that `getCurrentInstance()` used by `useNuxtApp()` (used by `useCookie()`): https://github.com/nuxt/framework/blob/main/packages/nuxt3/src/app/nuxt.ts#L196 Since in Nuxt 2, the router middleware are handled with `router.beforeEach`, the Vue...
Cc @danielroe
Hi @felixdenoix Actually it's a normal behaviour, we don't share the state of the `$http` headers between client and server. What I believe could be a nice enhancement though, is...