What is the correct way to throw error, and get a failed state in the cloud functions? I get 200, when there are actuall errors. And i want to know exactly when something fails. Node.
I thought it was just throwing, so if you did throw new Error("Error message"); without catching it it would cause the function to fail?
ive could have left the catch in, let me get back home and check it out
Recommended threads
- Generate CSR
How do I generate a CSR for my domain host? They are asking me to generate one for my hoosting here on appwrite
- Appwrite Push Notifications: "Unknown er...
Hi all, I'm running into an issue with Appwrite push notifications in my web project. When I try to manually send a notification to a user from the Appwrite we...
- Realtime fails to connect/reconnect
I have been having trouble with my appwrite realtime connection for a few days now. Before the code that was working fine now is giving failed to connect errors