Doc says : To protect user privacy, the request and response objects are not logged to the Appwrite Console by default.
How can I enable it ? Learning how Appwrite work, may help me on my first steps.
(I would like to see the body / parameters in the execution detail panel)
You can log it yourself using the log function while debugging/developing
OK so there is no way to use that uselful UI ?
You will not see the request params, request body, or response body automatically here in the console. You must log whatever you want to see and look in the logs tab
Recommended threads
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...