RequestAsyncStorage error with NextJS 14 and @supabase/ssr
This is my server client from
I am importing it into route handlers, middleware and RSC.
Using NextJS 14.0.1, and I get this error when trying to build:
@supabase/ssr: I am importing it into route handlers, middleware and RSC.
Using NextJS 14.0.1, and I get this error when trying to build:
Error: Invariant: cookies() expects to have requestAsyncStorage, none available.Error: Failed to collect page data for /auth/sign-out, same goes for collecting page data for others that import the supabase server client.