Conf Email redirect error: Uncaught TypeError: Cannot read properties of undefined (read 'includes')
I'm not sure if my set up is wrong or what but I have it set to redirect to my main page after confirming email, I have it set as a redirect URL in the URL configurations and I have it set in emailRedirectTo as the same thing in redirect URLs, which is http://localhost:8081/ in the dashboard and code, this is the error
Cannot read properties of undefined (reading 'includes')
Call Stack
state.routes.some$argument_0
node_modules/expo-router/build/fork/useLinking.js
Array.some
<anonymous>
validateRoutesNotExistInRootState
node_modules/expo-router/build/fork/useLinking.js
history.listen$argument_0
node_modules/expo-router/build/fork/useLinking.js
onPopState
node_modules/expo-router/build/fork/createMemoryHistory.js
_getSessionFromURL
node_modules/@supabase/auth-js/dist/module/GoTrueClient.js
_initialize
node_modules/@supabase/auth-js/dist/module/GoTrueClient.js
_acquireLock$argument_1
node_modules/@supabase/auth-js/dist/module/GoTrueClient.js
Collapse 7 frames
Cannot read properties of undefined (reading 'includes')
at entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:124631:60
at Array.some (<anonymous>)
at entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:124631:28
at entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:124690:15
at onPopState (entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:125098:11)
at SupabaseAuthClient._getSessionFromURL (entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:174983:30)
at async SupabaseAuthClient._initialize (entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:173515:15)
at async entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:173484:18
Cannot read properties of undefined (reading 'includes')
Call Stack
state.routes.some$argument_0
node_modules/expo-router/build/fork/useLinking.js
Array.some
<anonymous>
validateRoutesNotExistInRootState
node_modules/expo-router/build/fork/useLinking.js
history.listen$argument_0
node_modules/expo-router/build/fork/useLinking.js
onPopState
node_modules/expo-router/build/fork/createMemoryHistory.js
_getSessionFromURL
node_modules/@supabase/auth-js/dist/module/GoTrueClient.js
_initialize
node_modules/@supabase/auth-js/dist/module/GoTrueClient.js
_acquireLock$argument_1
node_modules/@supabase/auth-js/dist/module/GoTrueClient.js
Collapse 7 frames
Cannot read properties of undefined (reading 'includes')
at entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:124631:60
at Array.some (<anonymous>)
at entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:124631:28
at entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:124690:15
at onPopState (entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:125098:11)
at SupabaseAuthClient._getSessionFromURL (entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:174983:30)
at async SupabaseAuthClient._initialize (entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:173515:15)
at async entry.bundle?platform=web&dev=true&hot=false&lazy=true&transform.routerRoot=app:173484:18