David De Sloovere
David De Sloovere
I have not seen the error anymore. Not sure when it disappeared, but I haven't worked on the project that much anymore. Honestly I even forgot about it. Also not...
Duplicate of #389 ?
draft, just to let everyone know this has started I plan to first create separate functions and tests. Then use if for session. Later it can be decided if these...
@pi0 Sorry for not getting back to this sooner, but here I am again. Should I go ahead and update session.ts to use getChunkedCookie and setChunkedCookie?
The problem is located in raygun4js From the moment `rg4js("boot");` is called according to my findings. I have 2 applications on Nuxt 3, with different versions, same plugin code, different...
H3 is responsible for the session and cookie. You might be able to configure the cookie options like this: ```js export default defineNuxtConfig({ runtimeConfig: { session: { { cookie: {...
I just tested it and seems to work. After running the red squiggle was gone for some reason.   Edit: You should also be able to use ENV variable....
@enkot I notice you use npm, so you'll not be using pnpm workspaces like me. Is your nuxt site in the root? I have no typings working for my app...
Can you show more code? Maybe Nuxt and Vue version also?
This works for me 