So, I am trying to execute the Phython Script using the Function, but that function is going getting executed for the first and I am receiving messge on Discord. But eve for that I am getting status as error.
@Steven could you pls check this
Make sure your code doesn't throw any exceptions and you call res.json or res.send once.
Share your code if you're still having problems
Also make sure the starter code works before updating it for your logic
mm got it, let me try this approach and get back
I am getting the same issue and my function is very basic. It does not have any logic. But the execution is failing on cloud. I am using "runtime": "dart-2.17".
It's working now after some time. Not sure what was the issue.
Glad it worked, should I mark this as resolved
I guess we can keep this open for bit more time may be till tomorrow evening, tomorrow morning going to test it
Sure sure if this doesnβt work let me know and we will try to debug it
so, I was going through the doc, if I understand the correctly seems these are two arch we can follow right? cc @Steven @joeyouss
I mean it's quite abstarct, I haven't included the ack part, but overall I hope this my correct understanding?
Recommended threads
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...