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
Following the SSR instructions results in a blank page.
It looks like the app and config are not being injected by the server.
Using the package.json configuration, I can get docsify start to run.
It looks like there is also a bug in docsify-cli when using the config file -c option .
What is the expected behaviour
The content should be rendered into the appropriate areas in the HTML template marked by comments.
<!--inject-app-->
<!--inject-config-->
Other relevant information
Bug does still occur when all/other plugins are disabled?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Bug Report
Steps to reproduce
Follow the instructions on Server Side Rendering
https://docsify.js.org/#/ssr
What is current behaviour
Following the SSR instructions results in a blank page.
It looks like the app and config are not being injected by the server.
Using the package.json configuration, I can get
docsify start
to run.It looks like there is also a bug in docsify-cli when using the config file
-c
option .What is the expected behaviour
The content should be rendered into the appropriate areas in the HTML template marked by comments.
Other relevant information
Bug does still occur when all/other plugins are disabled?
Your OS: OSX
Node.js version: v12.13.1
npm/yarn version: 6.12.1
Browser version: Latest Chrome and Firefox
Docsify version: [email protected], [email protected]
Docsify plugins: None, default install
The text was updated successfully, but these errors were encountered: