#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)
Where are you getting that IP address denial error?
Inside the function?
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