Skip to content
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

Failed to load remaining requests correctly when trying to load more than 255 documents #1818

Closed
1 task done
LiarOnce opened this issue Jun 13, 2022 · 5 comments
Closed
1 task done

Comments

@LiarOnce
Copy link

Bug Report

Steps to reproduce

Create and load documents over 2000.

What is current behaviour

When I try to load more than 255 documents, the remaining documents, including pictures, cannot be loaded, and the error net::ERR_INSUFFICIENT_RESOURCES is returned.

However, after manually refreshing the page, the page is normal, but the same error is returned on all other pages.
image

What is the expected behaviour

Render OK

Other relevant information

  • Bug does still occur when all/other plugins are disabled?

  • Your OS: Windows 11 22000.675

  • Node.js version: 16.15.1

  • npm/yarn version: 8.11.0 (npm)

  • Browser version: Microsoft Edge 102.0.1245.39

  • Docsify version: 4.12.2

  • Docsify plugins:

    • search
    • docsify-sidebar-collapse
    • docsify-footer
    • docsify-copy-code

Please create a reproducible sandbox

Edit 307qqv236

Mention the docsify version in which this bug was not present (if any)

@sy-records
Copy link
Member

Can you provide a reproducible repo?

@LiarOnce
Copy link
Author

LiarOnce commented Jun 15, 2022

@Koooooo-7
Copy link
Member

Koooooo-7 commented Jun 16, 2022

Hi, I fork that repo and test locally, but I can not reproduce this issue ( Chrome [Version 102.0.5x] ).
And maybe you could remove those docsify-footer plugins to try again.

@LiarOnce
Copy link
Author

LiarOnce commented Jun 16, 2022

@Koooooo-7
I have removed it but the problem still persists.
The current temporary solution is to configure _sidebar.md separately for the part with the most content and use nested sidebars.

@sy-records
Copy link
Member

Try to use Nginx, docsify-cli may not load so many files.

@sy-records sy-records closed this as not planned Won't fix, can't repro, duplicate, stale Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants