Error on email redirect
Each time I redirect from a confirmation email or any email from supabase to my site, I get
Uncaught TypeError: Cannot read properties of undefined (reading 'includes')
at entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:104207:60
at Array.some (<anonymous>)
at entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:104207:28
at entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:104266:15
at onPopState (entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:104674:11)
at SupabaseAuthClient._getSessionFromURL (entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:174758:30)
at async SupabaseAuthClient._initialize (entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:173290:15)
at async entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:173259:18
I had it working and now it's not. I thought I set up deeplinking with the scheme and platforms but now it doesn't work. Is there something else I need to add? Right now I'm on expo and running it with react native web for now so not sure if that could be the issue. I had it redirect to my main page and that also worked but now it doesn't
Uncaught TypeError: Cannot read properties of undefined (reading 'includes')
at entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:104207:60
at Array.some (<anonymous>)
at entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:104207:28
at entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:104266:15
at onPopState (entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:104674:11)
at SupabaseAuthClient._getSessionFromURL (entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:174758:30)
at async SupabaseAuthClient._initialize (entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:173290:15)
at async entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:173259:18
I had it working and now it's not. I thought I set up deeplinking with the scheme and platforms but now it doesn't work. Is there something else I need to add? Right now I'm on expo and running it with react native web for now so not sure if that could be the issue. I had it redirect to my main page and that also worked but now it doesn't