elizeorocha
Ideas to decrease LCP
@harlan, @manniL / TheAlexLichter Hi everyone,
I'm having trouble installing nuxt/scripts. The process seems straightforward, but I'm running into issues that I can't figure out. I've recorded a video to show the steps I've taken and the problems I'm encountering.
Does anyone have any ideas on what might be going wrong or how to resolve this?
Thanks in advance for your help!
34 replies
Basic Auth + sidebase/nuxt-auth results in a 401 error.
@oneeachOh I will post it here and, if you want to reproduce the problem you can start a nuxt3
https://nuxt.com/docs/getting-started/installation
Then add sidebase module (here is the link on sidebase)
https://sidebase.io/nuxt-auth/getting-started/installation
and lastly basic-auth
https://nuxt.com/modules/nuxt-basic-auth
3 replies
Next Auth Google Provider does not call the backend endpoint
In simpler terms, I'm currently developing a website with Nuxt3, Vue3, and TypeScript, and I'm in the process of integrating Google authentication. To achieve this, I'm utilizing Sidebase Nuxt Auth. The authentication flow requires redirecting users to https://account.staging.get.it/callback and calling an endpoint on the backend to log them into their account successfully.
11 replies
Next Auth Google Provider does not call the backend endpoint
Thank you for reply @warflash but I believe my issue is different, I am able to get the redirect_uri working my problem is after I get redirected to the callback URL the old setup calls the
/i/auth/google/
endpoint which is not happening in the new setup11 replies