SummaryI deployed a simple JS test project on Vercel using GitHub Actions, but I have been unable to change the default region despite following the methods provided in the official documentation. Is there any other setting required for this? ExampleNo response Steps to Reproducevercel.json { |
Replies: 1 comment
|
Hey @ohyoxo! I was able to change the serverless function region for my test app in the Dashboard. I also verified that I could override that setting using After selecting a function region, did you click "Save" and create a new deployment? You should see the new region in Functions list of the Build Summary after a new successful deployment. If you're still having trouble, please share a minimal reproducible example. That way someone here may be able to recognize what's going wrong and offer a solution 🙏 https://vercel.com/docs/functions/configuring-functions/region |

Hey @ohyoxo! I was able to change the serverless function region for my test app in the Dashboard. I also verified that I could override that setting using
regionsin a vercel.json file.After selecting a function region, did you click "Save" and create a new deployment? You should see the new region in Functions list of the Build Summary after a new successful deployment.
If you're still having trouble, please share a minimal reproducible example. That way someone here may be able to recognize what's going wrong and offer a solution 🙏
https://vercel.com/docs/functions/configuring-functions/region