Session is null inside of a server action when calling it from the uploadthing router
/api/uploadthing/core.ts
I'm using the next-safe-actions
When I call the server action inside of a page, the session is not null, but when I try to create the article inside of a uploadthing router the session is null? How I can solve it? Any recommendations?
0 Replies