Depka
Depka
NNuxt
Created by Depka on 6/5/2024 in #❓・help
Stuck on confirm page after OAuth redirect(Nuxt/Supabase/Ionic)
Hi, I've started to build a project with Nuxt, Supabase and Ionic. Since i want to build a PWA in the end of this journey i want my users to sign in with OAuth. So I did the necessary steps of creating Supabase project, enabled google provider, generated credentials on google cloud developer console etc. Since nuxt supabase module requires to create login and confirm pages i mostly copy pasted the code from the nuxt/supabase docs. Now the authentication works ok, after that i'm correctly redirected to confirm page and then I'm stuck there, no error in console or server console. So i've tried to use the debugger to see the result of navigateTo which is undefined ...when i went deeper i saw that on checking the routeguards I'm getting the Navigation cancelled with new navigation error. So i thoght....ok maybe i need to use the ionRouter instead of navigateTo. But that was working the same as the navigateTo method ....still stuck on the confirm page. I'm really out of ideas and no one seems to care in the discussion channel, so I'm trying it here, before i completely lose my patience with nuxt and move to some framework that isn't bugged with incomplete docs and not responsive community :( Sorry to write it like this, but have no other option....
50 replies
NNuxt
Created by Depka on 5/8/2024 in #❓・help
Is there any good tutorial on how to use vite-pwa for nuxt 3 ?
Hi, I've spent whole day digging into PWA in nuxt and found out that the only way now is vite-pwa/nuxt package as all other ones are only for nuxt2 or deprecated, but havent found any 101 tutorial how to built PWA with supabase, OAuth etc :( Does anyone know about anything for dummies like me ?
1 replies