I clone https://github.com/pipefy/doc-api-general and run $ apiary preview --output="index.html". Then I tried to click console view. It gave me this error. I can duplicate this error in my own repo too.
Uncaught TypeError: Cannot read property '_id' of undefined
at a.initialize (docs-e7b71b96.js:1)
at a.c (docs-e7b71b96.js:1)
at a (docs-e7b71b96.js:1)
at new a (docs-e7b71b96.js:1)
at a.renderErrorView (docs-e7b71b96.js:1)
at a.render (docs-e7b71b96.js:1)
at a.renderConsoleView (docs-e7b71b96.js:1)
at a.render (docs-e7b71b96.js:1)
at a.initConsoleView (docs-e7b71b96.js:1)
at a.renderConsoleView (docs-e7b71b96.js:1)
I clone https://github.com/pipefy/doc-api-general and run
$ apiary preview --output="index.html"
. Then I tried to click console view. It gave me this error. I can duplicate this error in my own repo too.