
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
- Relationship null, even when relationshi...
Hi Everyone, im experiencing issues with set relation data. When im setting the document id from the related database most of them seem fine, except one table. ...
- Website shows just the HTML in safari
Hi y'all, I've been working on a project for a while but, for some reason it just shows the html in safari, It work perfectly fine in firefox and chrome, but sa...
- REQUEST FAILED IN MIGRATION
I was trying to moved my archived project to a self-host database . Though the Project is "read only" but there's a message that I can view and migrate data to...
