One tap: Google One Tap is only available in browser environments
I use the google one tap api in my NextJS app still i get this error and the One tap doesn't pop up
6 Replies
Still didn't find solution, please help ❤️
are you running this on the client or the server?
Ie does the code where you run this have "'use client" on the to of it?
no i don't have use client
its a server component
and even if i go client side its not working
"Google One Tap is only available in browser environments"
A server component does not run in a browser environment, it runs on the server. The browser just sees the results after it has run.
I think you have to run this using "use client", remember that you can use "use client" on small (or large) parts of server pages / server components. But you can not use "use server" inside of a client component.
im getting this now
altho i have localhost added here, the OAuth works perfect but why not the oneTap
