#How to get a static ip address?

5 messages · Page 1 of 1 (latest)

potent coral
#

I'm trying to find a hosting service that can provide me with a static IP address for my server-side application with nuxt. I need to add my IP address to a whitelist for another product. However, the problem is that most hosting services use dynamic IP addresses, does anyone knows how to get one static ip or do i have to create a server side application without using nuxt for that? 🫠

#

How to get a static ip address?

fading fox
#

Never heard of such a thing. Have you tried DigitalOcean droplets maybe?

potent coral
#

No i haven’t try DigitalOcean but I had to deploy it on Render which is really nice, it’s my first time using it and it works! It provided me a static outbound IP address so now I can pass that IP to the whitelist without worrying that it will change in the future

The main issue was that my website appeared to have a static IP address which was the public IP of my domain, but when I was trying to fetch data from the other platform I wasn’t able since the request wasn’t coming from the same IP and that was because Vercel use Dynamic IP address

This is not a common problem I think but it’s because most of the services can handle a whitelist by URL and that’s ok but the service I was trying to connect is kinda old and it only supports a whitelist by IP 🤦🏻‍♂️

halcyon shuttle