I am using MongoDB Atlas cluster for my database and using that as an environment variable, however I see that I need to add an IP address to the cluster Network to allow it work efficiently, but I am not sure what is the IP of my Vercel project, how do I get that?
We don’t provide a static IP address. You need to allow all traffic using 0.0.0.0 or avail Secure compute feature which comes with Enterprise plan: How can I allowlist IP addresses for a deployment?
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.