Skip to content

Commit e1eb56e

Browse files
author
Matthew Sweeney
authored
add actionable message (#1542)
1 parent 245ccc5 commit e1eb56e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pages/docs/error/application/DEPLOYMENT_BLOCKED.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const meta = {
66
title: 'Deployment Blocked',
77
description: 'The requested deployment was blocked.',
88
editUrl: 'pages/docs/error/application/DEPLOYMENT_BLOCKED.mdx',
9-
lastEdited: '2019-09-23T15:41:06.000Z'
9+
lastEdited: '2020-01-08T08:14:28.000Z'
1010
}
1111

1212
#### Application Error
@@ -23,6 +23,7 @@ The deployment was blocked by the platform infrastructure layer due to a problem
2323

2424
#### Troubleshoot
2525

26+
- If you have recently downgraded to the Free plan, you will need to redeploy your projects to make them available once again.
2627
- **[Contact Support](mailto:[email protected])** to see why your deployment was blocked and how to resolve it.
2728

2829
export default ({ children }) => <Standard meta={meta}>{children}</Standard>

0 commit comments

Comments
 (0)