Call generated domain for cloud function through REST on 127.0.0.1 local development
- 0
- Self Hosted
- Functions

Hi guys, i am using 1.5 build of appwrite and i develop with it locally on my machine through docker. In my env file i set up the following:_APP_DOMAIN=127.0.0.1 _APP_DOMAIN_FUNCTIONS=127.0.0.1 _APP_DOMAIN_TARGET=127.0.0.1
. I have deployed some function through the CLI which i would like to first test by calling the endpoint through curl or postman but i am unable to do so as i receive an error saying that the generated url is not a valid one Domains:6622a7e0ede832e2ad23.127.0.0.1
. Trying to open it through the browser fails too.
I have tried:
- modify the env variable to
_APP_DOMAIN_FUNCTIONS=localhost
and relaunch appwrite but it failed and didn't let me redeploy the function. - using localhost directly within postman instead of 127.0.0.1 for the latter part of the generated domain but it failed too. with this error
Couldn't resolve the hostname to an IP address, Verify Url: https://66215a7228dd87b818b2.localhost
So there, if you guys have an idea how i can get this to work so i may continue on my local dev setup, please help out.

Maybe this will help: https://github.com/appwrite/appwrite/discussions/3917#discussioncomment-3720307
Recommended threads
- Creating Push Notification Results in Fa...
When creating a push notification using the Python API, I get this error for the status of my message. I call it using basically this: ```python def main(conte...
- Appwrite Error: 401 Unauthorized on getC...
Hi everyone, I'm getting an error while trying to fetch the current user using Appwrite in my React project. Here's the error log: auth.js:41 GET https://fra....
- OAuth fails with Invalid Response or inv...
Im currently trying to use the Discord Oauth but i cant find a way to make it work. I followed the docs and set up the discord oauth application and enabled it...
