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
Copy file name to clipboardExpand all lines: apps/vercel/frontend/src/constants/errorMessages.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,6 @@ export const errorMessages = {
12
12
invalidPreviewPathFormat: 'Path must start with a "/", and include a {token}.',
13
13
emptyPreviewPathInput: 'Field is empty.',
14
14
invalidDeploymentData: 'We had trouble fetching routes for this Vercel project.',
15
+
invalidSpaceId:
16
+
'It looks like you’ve configured an environment variable, CONTENTFUL_SPACE_ID, in the selected Vercel project that doesn’t match the id of the space where this app is installed.',
0 commit comments