Ignacio De Haedo
Ignacio De Haedo
Are there any updates on this?
@nperez0111 thanks! Just set it up in my editor and it's mostly working. One notable major issue happens with lists. The drag handle plugin applies to the list as a...
> Use Custom Google Button > > ``` > import { useGoogleLogin } from '@react-oauth/google'; > > const login = useGoogleLogin({ > onSuccess: tokenResponse => console.log(tokenResponse), > }); > >...
@Nicolasbort yeah, I stopped using this button, created my own, and implemented token retrieval in my own API. In the end it's much better this way and gives me more...
I'm having the same issue, only on prod, and only sporadically. Is there a fix?
> > > @andremendonca03 I was able to resolve my problem by setting `--no-experimental-fetch` in `NODE_OPTIONS` environment variable in vercel. It also helped me to get better error log which...
I'm getting a build error: headers not found On Mon, 10 Jun 2024, 20:29 Pratik Kataria, ***@***.***> wrote: > What build error are you guys getting with --no-experimental-fetch ? >...
I'm getting more and more of these errors. Also using axios for requests. Can someone at vercel please prioritize this? On Wed, 19 Jun 2024 at 22:09, Abhi Aiyer ***@***.***>...