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
fix: add more actionable info for missing primaryRegion
When using a version of `netlify-cli` older than
[17.23.4](netlify/cli#6589), you would encounter this error when using
Blobs. The fix is pretty simple but not at all obvious.
'When accessing a deploy store, the Netlify Blobs client needs to be configured with a region, and one was not found in the environment. To manually set the region, set the `region` property in the `getDeployStore` options.',
33
+
'When accessing a deploy store, the Netlify Blobs client needs to be configured with a region, and one was not found in the environment. To manually set the region, set the `region` property in the `getDeployStore` options. If you are seeing this via the Netlify CLI, you may have an oudated version; run `npm install -g netlify-cli@latest` to update and try again.',
0 commit comments