-
-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSR not working #95
Comments
Can you try to re-produce this in https://github.com/docsifyjs/docsify-ssr-demo |
@anikethsaha I've done it before opening the issue and it has the exact same problem. I've opened the issue here since the other repo has no activity. Any ideas what could be causing the issue? |
Its related to docsify-cli . something about not able to parse the cli args clearly. |
@anikethsaha Hello, How should this problem be solved? |
some issue with argument parsing or something relative. |
I just ran into this issue. The part that handles Line 97 in afd5379
|
I made a local change to See PR #105. |
Bug Report
Related to docsifyjs/docsify#704
When following the steps to launch SSR implementation of docsify you get errors and the only example repo doesn't work.
Steps to reproduce
npm i now docsify-cli -D
copy docsify's package.json info in your empty project package.json
Launch
npm start
ordocsify start . -c ssr.config.js
What is current behaviour
The error
unknown argument: ssr.config.js
is generated preventing the server to run.What is the expected behaviour
Not sure, haven't found any working sample
Other relevant information
By launching the server doing
docsify start .
, the server runs but nothing is rendered.Bug does still occur when all/other plugins are disabled?
Your OS: Mojave 10.14.5
Node.js version: 10.16.0
npm/yarn version: npm 6.13.7
Browser version: Chrome 75.0.3770.142
Docsify version: 4.4.0
Docsify plugins: none
The text was updated successfully, but these errors were encountered: