rinvii
rinvii
> Unfortunately this does not set the cookie for me. Cookies cannot be set in server components with Next.js app router. Instead, you can pass the request to a client...
I'm also getting the same error on an old intel mac bun 1.0.21 `failed to initialize compression stream downloading package manifest` I set ipv6 to link-local only, but that didn't...
I'm also getting a similar error 
I'm getting a similar error 
Sounds like you can just use a middleware. On every request initiated in protected routes, fetch to `/api/session` and set the cookies in the middleware response.
@aliyss I don't think calling sign in is necessary in order to solve the token rotation issue. While you can and should call sign in when you are authenticating, subsequent...
Middleware example: https://github.com/nextauthjs/next-auth/issues/8254#issuecomment-1690474377
> 1.90.0 still works if needed https://update.code.visualstudio.com/1.90.0-insider/darwin-universal/insider This works. Make sure to turn off auto updates as well. This morning, I was confused on why VS Code broke again. https://code.visualstudio.com/docs/supporting/FAQ#_how-do-i-opt-out-of-vs-code-autoupdates
Same error here. Except, I installed it on a remote server connected over SSH with VS Code.