
A few Minutes ago my colleague and I got the same cookies() error. Strangely there wasn`t any commit from our side our anyone else.
First error:
Error: Route "/" used cookies().get('appwrite-session')
. cookies()
should be awaited before using its value.
=> this error that comes from next, should`t be there because be already await cookies()
Second error: SyntaxError: "undefined" is not valid JSON
=> Same here
Is there any Problem with the Appwrite Servers, since we both didn`t commit anything the error is possibly related to the servers. Did anybody had this error before during a project and can propose a solution?
Recommended threads
- exclude password field from getDocument
i got a getDocument that lists data from the user (username, password, id.....) so my question is how do i exclude the password so it doesnt get listed out? m...
- Date objects behaving weird
I've programmed an app that uses Date objects. Everything works perfectly in my local environment, but on my hosted version with Vercel, the times of the object...
- Login with google error, Error 400: redi...
Hi, when i login with Oauth2 , using createOAuth2Session( 'google', 'http://localhost:5173/', 'http://localhost:5173/' ); It give...
