rinvii

Results 9 comments of 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 ![Screen Shot 2024-03-12 at 8 31 38 AM](https://github.com/vercel/turbo/assets/76126859/eae8a708-c9b7-4ef5-bd25-fc4911a1bb3c)

I'm getting a similar error ![Screen Shot 2024-03-12 at 8 28 35 AM](https://github.com/PaulLeCam/react-leaflet/assets/76126859/0ba7f455-5235-464a-aafb-332501fadc2d)

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.