
I made a simple express server in Node.Js to reset a password from the link in the email, I first tried hosting the server on my machine but constantly got this error: Uncaught AppwriteException Error: connect ECONNREFUSED 127.0.0.1:80
Then i trued deploying it on render to see if that makes a difference, I now get a different error (second image).
I put the api key in the server as well as correct domain and project id of my self hosted server. I also use cors with express.js on the node.js server. I registered the app in the console with the domain of the server as well as with *
.
3rd image is my endpoint with the appwrite function to recover the password. I am using node-appwrite 11.1.0 on node v16.11.0

This all seems to point to an incorrect endpoint

Where is your Appwrite server hosted?

Maybe you can log the endpoint to make sure the value is right. Then, you'd have to make sure the DNS and networking is working
Recommended threads
- phantom relationships appear on parent c...
i have this bug were my past deleted collection apears as relationship to my parent collection. when i try to delete that relationship from parent it gives me e...
- Attribute stuck on proccessing
i tried creating a new attribute butits stuck on proccessing,i did a hard refresh,cleared cache everything but still stuck on proccessing,also in my functions w...
- Properly contained appwrite main app can...
Hello! We tried to reinstall our main self-hosted appwrite with a new method but the main app 2 mins after launch throw this error: ```2025/06/22 16:16:14 s...
