Skip to content

Strange bug on nested side bar host on cloudflare pages #1793

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

Closed
1 task
help-14 opened this issue Apr 25, 2022 · 1 comment
Closed
1 task

Strange bug on nested side bar host on cloudflare pages #1793

help-14 opened this issue Apr 25, 2022 · 1 comment
Labels

Comments

@help-14
Copy link

help-14 commented Apr 25, 2022

Bug Report

Steps to reproduce

Host a simple page with nested side bar. Click on nested link.

Screen Shot 2022-04-25 at 11 10 19 AM

image

What is current behaviour

Side bar disappeared and show loading.

What is the expected behaviour

It working fine when using Github page, but something happend and my github action isn't running anymore so I moved to cloudflare pages.

Other relevant information

Check it here: https://magma.help14.com/#/getting-started

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

  • Your OS:

  • Node.js version: 16

  • npm/yarn version:

  • Browser version: chrome 100

  • Docsify version: v4

  • Docsify plugins: none

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

cloudflare pages will not respond to 404, you can add an alias to solve this problem

      alias: {
        '/.*/_sidebar.md': '/_sidebar.md'
      },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants