useSupabaseRedirectCookie() from nuxt/supabase module gets overwritten by chrome dev tools
Hi guys,
I am using the nuxt/supabase module and I am trying to get the redirect after login working by using the useSupabaseRedirectCookie() composable from the module.
The problem is that the cookie value is being overwritten with "/.well-known/appspecific/com.chrome.devtools.json" no matter what route I enter before. When I look up all request with that cookie in the network tab I can see that every request after the login page load is having the wrong value.
Do you have any ideas if I am missing anything or have you encountered that issue before?
I am using the nuxt/supabase module and I am trying to get the redirect after login working by using the useSupabaseRedirectCookie() composable from the module.
The problem is that the cookie value is being overwritten with "/.well-known/appspecific/com.chrome.devtools.json" no matter what route I enter before. When I look up all request with that cookie in the network tab I can see that every request after the login page load is having the wrong value.
Do you have any ideas if I am missing anything or have you encountered that issue before?

