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
- Authentication on custom Websocket Serve...
Hi, I want to use a custom Websocket Server (using Bun) for my application. However I cant really figure out authentication on custom servers. Session cookies ...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Function issue
Hi,idk whats wrong with my function but i made some changes to the env var and made sure they saved then i redeployed it,but then after it redeeployed it asked ...