Cookie with name 'supabase-auth-token' was not found at path
I've been getting a ton of messages in the console like this:
"Cookie with name 'supabase-auth-token' was not found at path '/stocks/aapl/', but a cookie with that name exists at these paths: '/login/pw/'. Did you mean to set its 'path' to '/' instead?"
I'm using the Supabase Auth Helpers library for SvelteKit, latest version. It appears like it is setting the cookie at whichever page I logged in as, while presumably it should be setting the cookie at the root path.
Has anyone else had this issue?
"Cookie with name 'supabase-auth-token' was not found at path '/stocks/aapl/', but a cookie with that name exists at these paths: '/login/pw/'. Did you mean to set its 'path' to '/' instead?"
I'm using the Supabase Auth Helpers library for SvelteKit, latest version. It appears like it is setting the cookie at whichever page I logged in as, while presumably it should be setting the cookie at the root path.
Has anyone else had this issue?