Is there a way to test cloud functions locally. I am building in cloud and the biggest problem I face while building is I don't get proper errors and to check even 1 error first I have to deploy and check if something goes wrong. Is there a way I can test it and get detailed logs.
The cloud does not give detailed logs with stacktraces. I can under stand mocking entire env is really hard but is there a workaround.
Hey
I already checked that but in open runtimes I cannot add variables auth and uploads, api key etc.
You would manually pass that along just like how Appwrite does it
Recommended threads
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Selfhosted starter python function retur...
I am running a selfhosted appwrite instance. Creating a node function and executing it works just fine but when i try to execute a python starter function, i ge...