We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Uncaught DOMException: Failed to execute 'setItem' on 'Storage': Setting the value of 'docsify.search.index' exceeded the quota.
All documents size exceeds 400MB . exceeded the quota error will occur
JSON.stringify(INDEXS).length 14474634
You can compact storage
Bug does still occur when all/other plugins are disabled?
Your OS:
Node.js version:
npm/yarn version:
Browser version:
Docsify version:
Docsify plugins:
The text was updated successfully, but these errors were encountered:
yea,AFAIK there is an issues about the LocalStorage limitation( about 5MB), we will refine it in future. related #1400 。
LocalStorage
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug Report
Uncaught DOMException: Failed to execute 'setItem' on 'Storage': Setting the value of 'docsify.search.index' exceeded the quota.
Steps to reproduce
All documents size exceeds 400MB . exceeded the quota error will occur
What is current behaviour
What is the expected behaviour
You can compact storage
Other relevant information
Bug does still occur when all/other plugins are disabled?
Your OS:
Node.js version:
npm/yarn version:
Browser version:
Docsify version:
Docsify plugins:
Please create a reproducible sandbox
Mention the docsify version in which this bug was not present (if any)
The text was updated successfully, but these errors were encountered: