-
I am wondering if anyone else is having this problem. Supabase works in server actions, browser, middleware (able to fetched the current user there) but when i try to getUser() in an API Post route i get Auth session missing. Thanks! https://gist.github.com/denull0/ccf909d78941762ce3cc7a142d4e929a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
It's best to create a reproducible example repo with the issue. I've not had this issue before personally. |
Beta Was this translation helpful? Give feedback.
-
My workaround is to pass cookies manually with the api call
|
Beta Was this translation helpful? Give feedback.
My workaround is to pass cookies manually with the api call