I'm getting an error executing my function. I'm not able to replicate this locally since I have to use a mock context. Is there a way to debug this kind of error?
Traceback (most recent call last): File "/usr/local/server/src/server.py", line 166, in handler return await action(logger, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/server/src/server.py", line 125, in action output["body"] = output.get("body", "") ^^^^^^^^^^ AttributeError: 'Context' object has no attribute 'get'
Recommended threads
- AppwriteException: CERTIFICATE_VERIFY_F...
getting this error while using Cloud : "Session invalid during cache load, clearing cached data: AppwriteException: , HandshakeException: Handshake error in cl...
- Console not loading - ERR_NAME_NOT_RESOL...
Hi everyone/team, is anyone else experiencing DNS issues accessing the Appwrite Console? I cannot load my project dashboard. My browser console is returning: Fa...
- {"message":"Server Error","code":500,"ty...
Hi, I am using Appwrite Cloud. I had created a new relation for a table. Since it was not letting me delete an appointment, I removed the relation from the mess...