Files
the-example-app-nodejs/views/error.pug
2017-11-07 17:33:32 +01:00

18 lines
520 B
Plaintext

extends layout
block content
.layout-centered
.error
h1 Oops Something went wrong (#{error.status})
h2 Try:
ul
li Check if the content model has changed
li Check the selection has content in draft or published state (for Preview or Delivery)
li Check if there's any content for this locale
li Verify credentials are correct and up to date
li Check the stack trace below
h2 Stack trace
pre.error__stack-trace
code.shell #{error.stack}