-
Notifications
You must be signed in to change notification settings - Fork 261
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
Flatdoc shows only blank page #96
Comments
I believe the site has to be run from a server - you can't just open up the html file. You can quickly create a static site using something like Python or Node. This SO post might help: https://stackoverflow.com/questions/12905426/what-is-a-faster-alternative-to-pythons-http-server-or-simplehttpserver |
For those who encounter blank page after testing their flatdoc page for a while, you may be subject to github API's request rate limit. Your error message in the console may include something like
(where USER is your github user name and REPO is your repository)
The problem is because github limits unauthorized requests to 60 times per hour. I haven't found a solution yet but it seems that changing to authorized requests may solve the problem because you can make up to 5000 authorized requests per hour. |
Also suddenly having this issue with a website. Not sure what's going on. Curious if @rstacruz has some ideas on a fix. |
To get started with flatdoc I used the template.html file together with the Readme.md. I changed the code in template.html to the following:
But when I open the template.html in a browser (Firefox ESR 52) all I get is a blank flatdoc page. No contents from the Readme.md are shown. Am I missing something here?
PS:
In the Firefox web console there are three erros:
The text was updated successfully, but these errors were encountered: