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
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...