#Please I need to call an external api in the Function, I am however getting IP address denial Issue

7 messages · Page 1 of 1 (latest)

gloomy anchor
#

How can I go about fixing this issue, the api is strict with IP, How can i get the IP of appwrite Function or how do i solve this

pseudo path
#

Inside the function?

gloomy anchor
#

Yes

#

Inside the function i am making the call, then I update the db on appwrite with the response I get

However, the response coming is Access denial, because the server is blocking the IP

#

I need to whitelist the ip

But which Ip is the Function using

#

I have noticed that the Ip making external calls on functions changes on every deployment and its not static

How can I go around that