I am using a API service that requires me to add my apps IP address to the whitelist .
I cant seem to find any resource for this.
Any help would be appreciated.
You’ll need an enterprise plan to get a static IP from Bubble if I remember correctly.
Common workaround is using a seperate service to act as a middle man that will interact with the external API and your Bubble app.
DNS Domain, isn’t it?
just register your domain, if I understood correctly.
Im on growth plan . How do i do this work around
Any API calls made from your Bubble app come from Bubble’s servers. Bubble of course will never share their IPs to users.
As mentioned i think enterprise plans can request for static IP. I can’t remember.
You can use any forward proxy services (that do what I described). I haven’t had any need to but if I did I would use Cloudflare’s Zero Trust since I’m already embedded into their ecosystem.
Anyway just look for one that fits your budget and something you can comfortably implement.
I confirm. I had the same need as you and I had to set up a proxy with AWS. Don’t worry if you’re not familiar with the code, gpt chat can help you do it. The prices for my use case are very modest. But as everyone told you, you can’t have a static IP address in a bubble or a list of IPs to whitelist if you’re in the shared cluster.