This commit updates the deployment configuration for our edge functions, specifically excluding the Hong Kong region (hkg1). The primary reason for this change is to address an issue where requests made to the OpenAI API were not being responded to when our application was deployed in the Hong Kong region. By excluding Hong Kong from our deployment regions, we aim to resolve this issue, ensuring stability and efficiency in application response. This adjustment is expected to enhance user experience and ensure smooth operation of our services globally.
Linked Issues
Additional context
Reviewers should focus on the updated list of deployment regions in the vercel.json file, ensuring that Hong Kong is correctly excluded. Consideration of the potential impact on performance and user experience in other regions due to this change is also important.
Description
This commit updates the deployment configuration for our edge functions, specifically excluding the Hong Kong region (
hkg1
). The primary reason for this change is to address an issue where requests made to the OpenAI API were not being responded to when our application was deployed in the Hong Kong region. By excluding Hong Kong from our deployment regions, we aim to resolve this issue, ensuring stability and efficiency in application response. This adjustment is expected to enhance user experience and ensure smooth operation of our services globally.Linked Issues
Additional context
Reviewers should focus on the updated list of deployment regions in the vercel.json file, ensuring that Hong Kong is correctly excluded. Consideration of the potential impact on performance and user experience in other regions due to this change is also important.