-
Notifications
You must be signed in to change notification settings - Fork 509
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
[Bug] Side TOC does not work for navigation #5846
Comments
+1, I was seeing this when trying to visit |
Based on the timestamp of the video and the logs, I believe the site was accessed while edge cache invalidation was going on. When the build process triggers this action, it doesn't wait for it to complete and simply moves on. In the past, when we didn't have as much content, the invalidation would complete by the time the build pipeline completed but nowadays, the invalidation completes roughly 5 mins after the pipeline completes. If the website is accessed during that time, a request could randomly fail and the failure would be cached in the browser for a minute or two (which is what Tyler observed). We have 3 options (bad to good):
Over the past couple of years, our content has evolved, our needs have changed, and we have learned that we need features that our current hosting platform cannot offer. I would love to switch our hosting stack. However, until then, this is a known limitation. |
What do you want to do?
Tell us about your request. Provide a summary of the request and all versions that are affected.
Browser version: Firefox 115.5.0esr
When selecting certain pages on the side TOC in production, it redirects me back to the home page, as shown in the following recording:
Screen.Recording.2023-12-12.at.12.38.23.PM.mov
In my local instance, the side TOC works fine. I also tried clearing my cache, but the bug persisted. Could this be a redirect or Jekyll config issue? Do we need to clear our memory on the backend?
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
The text was updated successfully, but these errors were encountered: