David

Results 13 comments of David

I've been stuck on trying to figure out why it does work for useQuery() but not for useLazyAsyncQuery() / useAsyncQuery() all morning, glad I came across your post! I didnt...

I'm experiencing this issue as well; prod env, using local provider, the cookie disappears on reload on Firefox, while everything seems fine on Chromium-based browsers.

@RihanArfan Nope, it's been solved for me as well on these latest versions! Thanks 💚

This might be fixed with this recent nuxt-security update; https://github.com/Baroshem/nuxt-security/pull/532 Haven't been able to run extensive tests on this yet tho.

Exactly! Especially for accountancy-clients, I often get this request from end users. 90% of the time they want to click the amount from `0` to lets say `3`, but every...

@Barbapapazes is the above something we can work with? I prepared the necessary code additions already in this branche here; https://github.com/GreenmeisterDavid/gavarnie-fix-github-login/tree/add-google-oauth , but haven't added a privacy policy or terms...

> > > What about cases where the data from that provider has changed? say name details/avatar/etc ? > > > > > > [@acidjazz](https://github.com/acidjazz) [@atinux](https://github.com/atinux) I understand the issue,...

Thanks for the heads-up! Maybe we can fix this by setting it as a default [here](https://github.com/nhedger/nuxt-resend/blob/df3a8e6fbbc2ec1f45e4a891b40b5741505435bc/src/module.ts#L16C1-L16C21)?

Ran into the same issue trying to deploy my project (running Nuxt 3.13.0), adding the vue-router dep fixed it for me as well! Nuxthub is looking great, can't wait to...

We might want to switch over to NuxtUI v3 (or wait a bit until its out of alpha stage?) first before implementing this, as switching from NuxtUI v2 to v3...