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
- Endless certificate generation cycle
Hello, when I try to add the subdomain stats.hedgehog-rp.ru, I get an infinite loop while the certificate is being generated. There are no problems with adding ...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...
- How to handle ghost accounts created by ...
Appwrite create the account with the email and send an invitation link with a secret. I am able to accept the invitation and add the account as a member on the ...