David De Sloovere

Results 99 comments of 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...

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. ![image](https://github.com/user-attachments/assets/7bbe53ec-4467-44bd-8049-b6f41495c926) ![image](https://github.com/user-attachments/assets/e14533ac-7d31-4a83-aa46-2c0c2d75bb54) 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 ![image](https://github.com/user-attachments/assets/f73c1121-8da7-4593-b9d9-2d360a526a5c)