-
Notifications
You must be signed in to change notification settings - Fork 341
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
Documentation redirects for majority of pages #3363
Comments
Redirects likely fixed here in develop: #3364 Need QA, but I'm not able to reproduce it anymore. |
I'll take a look merged to master |
302 issues seems to be fixed, but search still misses a lot of pages. (for example image) |
I've tried to crawl all pages today and get 83/120 chance for page to return network error. Not sure what it was, but the next crawl scheduled today. |
@m0ksem you can force recrawl actually, no need to wait |
We fixed redirect parts, search issues moved to #3039 |
Vuestic-ui version: 1.6.4
Steps to reproduce
yarn serve:docs
What is the expected behavior?
Should be 200.
What is the current behavior?
302
Other information
Page redirects to itself for some reason. This is not that visible for users, but really screws up crawlers. That's the reason search is broken in fact.
I tried to set
detectBrowserLanguage: false
in hope that was the reason for redirects, but alas it wasn't.So, in context of this effort we need to
The text was updated successfully, but these errors were encountered: