Appearance
Vercel Static IPs with Noble IP
Vercel is a serverless platform for frontend developers allowing developers to easily deploy frontend applications.
Host your Vercel App on a Static IP
If you need your vercel application to be reachable via static IP you can create an inbound proxy. Then the hostname you attach to the proxy will have a static IP.
Find your vercel.app domain
Your destination hostname will be project-id.vercel.app. Copy this domain.
Add your domain to Noble IP
- Add your vercel.app domain as a destination.
- Enable the
SSL Termination
and disable theForward Host Header
options.- If you do not enable these options, you will need to also add your domain to your Vercel domains
- Ensure you have setup your CNAME.
Access a database from Vercel serverless functions with a Static IP
When making HTTP/HTTPS requests you can follow the quickstart guide and use the proxy option. However if you need to access a database you should leverage Port Leases