
I use appwrite cloud, but before uploading, i want to work locally. in my local machine (windows 11) i have a running appwrite.
I created a new appwrite function, that should do some background proccesses but it cant access itself.
In my "hosts" file, i defined appwrite.test to be 127.0.0.1
In the appwrite function, I always get errors when i try to get records for 127.0.0.1
FetchError: request to http://127.0.0.1/v1/databases/production-bkup-1/collections/indicators-collection/documents/67f7da21003a76070c94 failed, reason: connect ECONNREFUSED 127.0.0.1:80
or for appwrite.test
FetchError: request to http://appwrite.test/v1/databases/production-bkup-1/collections/indicators-collection/documents/67f7da21003a76070c94 failed, reason: connect ECONNREFUSED 127.0.0.1:80
Recommended threads
- I have troubles with login to appwrite c...
errors occured in migration
- New Provider isn't working | Invalid OAu...
Hallo, I set up a new provider in Appwrite. I followed all the documentation, I set up everything, I successfully ran both Appwrite console and backend, and I f...
- Appwrite Sites: Error At Deployment
Hello, I am using Appwrite 1.7.4 on a self-hosted instance and am experiencing an issue with Appwrite Site's manual deployment. ```powershell [12:44:43] [open-...
