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
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- AppwriteException - Transaction with the...
I am using "node-appwrite" module and I have successfully created transaction id but when passing it to tablesDB.createRow function with some other required dat...