Is Function Region where my data is being stored?
I am using MongoDB for database so is there any relation of Function region here?
I am trying to understand where my users data is being stored
Is Function Region where my data is being stored?
I am using MongoDB for database so is there any relation of Function region here?
I am trying to understand where my users data is being stored
Hi,
Vercel uses an anycast IP address which allows for any of our regional servers to listen and respond from the closest location.
Our edge network caches and serves static files from all edge servers automatically and you can’t specify one region in particular. You can however choose where your serverless functions are located and if you’re using edge functions, you can restrict this down to one region if needed. You can read more about this here: Edge Network
If you are using Serverless function to connect to database, you should definitely choose the closest region where your database is hosted.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.