docsify-ssr-demo icon indicating copy to clipboard operation
docsify-ssr-demo copied to clipboard

NOTICE: This repo is outdated and SSR is work-in-progress.

Results 9 docsify-ssr-demo issues
Sort by recently updated
recently updated
newest added

this code is not be run

启动项目后续显示正常,访问http://localhost:4000后,控制台就报错。 D:\workspace\ssrDemo>npm start > [email protected] start D:\workspace\ssrDemo > docsify start . -c ssr.config.js [SSR] Serving . now. Listening at http://localhost:4000 TypeError: Cannot read property 'indexOf' of undefined at AbstractHistory.parse (D:\workspace\ssrDemo\node_modules\docsify-server-renderer\build.js:267:27)...

This site https://docsify.now.sh/ is offline It this being discontinued? Or moved to vercel.app with the now.sh rebrand? It is still showing up in search engine results. I'd prefer to for...

`now -p` produces `command not found` response. MacOS. `npm start` works.

Hi, I run '_npm i, npm start_' and got the error : _TypeError: Cannot read property 'indexOf' of undefined at AbstractHistory.parse (D:\docsify-ssr-demo-master (1)\docsify-ssr-demo-master\node_modules\docsify-server-renderer\build.js:266:27) at Compiler.compile (D:\docsify-ssr-demo-master (1)\docsify-ssr-demo-master\node_modules\docsify-server-renderer\build.js:771:37) at Renderer. (D:\docsify-ssr-demo-master...

![Screenshot 2019-09-06 at 16 08 43](https://user-images.githubusercontent.com/180068/64434411-c8a3ff80-d0c0-11e9-81da-17d78f8aa108.png)

It seems that the `Content-Type` header is absent. ```sh http --headers https://docsify.now.sh/ HTTP/1.1 200 OK Accept-Ranges: bytes Connection: keep-alive Content-Length: 6768 Date: Fri, 22 Nov 2019 15:56:55 GMT X-Now-Instance: 1225455044...

1、当我配置basePath为当前目录路径时无法加载到README.md文件内容。_coverpage.md是ok的。很奇怪(必须要渲染其他域名下的文档吗?); 2、停掉服务时,应该是进程没有完全关闭。再一次启动服务会报错。重启或者找到相关进程关闭后,才可重启服务。