Depka
Stuck on confirm page after OAuth redirect(Nuxt/Supabase/Ionic)
ok i give up, i dont know how to even describe the issue, i seriously doubt that anyone will ever go through the hassle of creating all the accounts just do debug it, the behavior is some black box that behaves randomly, no logs, nothing.......guess i will just learn react and next.js instead of wasting my time with this.....week gone and all i do is solving something that should work out of the box ....
50 replies
Stuck on confirm page after OAuth redirect(Nuxt/Supabase/Ionic)
well im pretty confused now, sometimes it works sometimes it doesnt, when i switched the order of the modules it started to behave properly, now when i switched the order back it is still working .....just why ...
50 replies
Stuck on confirm page after OAuth redirect(Nuxt/Supabase/Ionic)
@manniL / TheAlexLichter Yes it's the ionic module, first few times it worked ok, now it's making the same issue. when i removed the module from nuxt config and rewrote everything back so i dont use the ion components, it went back to functional state
50 replies
Stuck on confirm page after OAuth redirect(Nuxt/Supabase/Ionic)
I believe it's this piece of code there https://github.com/nuxt-modules/supabase/blob/main/src/runtime/plugins/auth-redirect.ts#L8
50 replies
Stuck on confirm page after OAuth redirect(Nuxt/Supabase/Ionic)
Well that's the thing about the middleware, as far as i know, nuxt supabase module uses global middleware so you dont really need to write your own, it automatically redirects you to specified login page if you try to access any other route
50 replies