I created a function in Python language to create a new user in Appwrite. After i run it in vs code, the new user is created in appwrite.
The problem is when I execute this function, it failes.
Does anybody know the solution?
P.S I am using Appwrite Cloud
Summary
The function execution is failing even though it can be run properly. The error message indicates that there is an issue with parsing the request payload. The user suggests checking if the payload is a correct JSON. There is also a warning about an insecure HTTPS request. The user tries changing a parameter to `False` to address this warning, but it doesn't solve the issue. Other coworkers are facing the same problem. The user mentions that when they try another function to create a document, it is successful, but the function execution still fails. The user is advised to correct their code and consider using the Appwrite CLI or Appwrite starter structure for
Binyamin
Jun 29, 2023, 13:25
This is a deployed function?
Or you're running it in your local machine?