You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set `VITE_CONTENTSTACK_REGION` to the region your Contentstack account is on. The value is case-insensitive.
79
+
80
+
| Region | Value |
81
+
|---|---|
82
+
| AWS North America |`NA` or `US`|
83
+
| AWS Europe |`EU`|
84
+
| AWS Australia |`AU`|
85
+
| Azure North America |`AZURE-NA`|
86
+
| Azure Europe |`AZURE-EU`|
87
+
| GCP North America |`GCP-NA`|
88
+
| GCP Europe |`GCP-EU`|
89
+
90
+
> Not sure which region you're on? Check your Contentstack dashboard URL — `eu-app.contentstack.com` means EU, `app.contentstack.com` means NA. Free developer accounts are on EU.
91
+
92
+
All API endpoints (content delivery, live preview, Visual Builder) are automatically resolved from your region. You do not need to set them manually.
93
+
94
+
The following endpoint keys are resolved per region and available if you ever need them directly via `getContentstackEndpoint` from `@contentstack/utils`:
If your Contentstack account runs on a dedicated or private cloud instance, the standard region-based endpoints may not apply. In that case, override each endpoint individually using these environment variables. **Only set these if instructed by Contentstack support — standard accounts should leave them unset.**
0 commit comments