You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@JorensM, i see you're using Appwrite Cloud. As such, would you please make sure your endpoint is https://cloud.appwrite.io/v1? You can't use localhost/127.0.0.1 because the function will connect to itself rather than Appwrite.
@stnguyen90 you mean the APPWRITE_FUNCTION_ENDPOINT env variable? I had thought that this is used to set a custom endpoint name for the endpoint of the function itself, to be called through REST API. My mistake!
👟 Reproduction steps
I'm trying to execute a cloud function with the following code:
👍 Expected behavior
It should create a user account and return a positive response
👎 Actual Behavior
Instead it returns a bad response with the error message
connect ECONNREFUSED 127.0.0.1:80
🎲 Appwrite version
Appwrite Cloud
💻 Operating system
Windows
🧱 Your Environment
node-appwrite
:^9.0.0
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: