-
|
Hi, But, from the CF216 page, when i switch to any other versions, it doesn't take me to the same page. It takes me to the Home page of that version. As per documentation, the site_url must be set correctly. I think it is set consistently across the versions. So, not sure why only 216 has this issue. Any idea what's going on? Syed |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
It's up to you to debug it and provide a minimal reproduction and since it requires mike you should also create a minimal reproduction repository with deployed GitHub Pages.
Looking at the source of the page, I see that CF216 was created using the latest 9.5.10 version, and all other versions, even CF217 uses 8.5.10. So it's likely related to the changes in instant navigation, similar to: In this discussion: I mentioned there was some kind of instant loading version switcher interception logic: |
Beta Was this translation helpful? Give feedback.
-
|
@syeda-git In fact, @kamilkrzyskow is right. You are binding precious time of our contributors and community experts without actually listening to them, expecting that we help you for free without investing at least some effort. We are only as good as the information we are given, and we don't have time to debug the repositories or even proprietary pages without source being available. I kindly ask you to study our mandatory bug reporting guide and follow the exact steps when you report bugs. Discussions are not for bug reports. You can ask questions here, but in order to determine if some behavior is a bug, let alone fix it, a complete bug report is required. Please respect that. After all, we are helping you for free. Thank you. |
Beta Was this translation helpful? Give feedback.
You've created two previous issues with essentially the same question, as @kamilkrzyskow pointed out, and did not follow up the requests for minimal reproductions. One of your co-workers created another duplicate discussion 2 hours after you created this discussion, all asking essentially the same question. We are losing precious time answering those incomplete reports – time we could otherwise invest into helping other users, actually fixing bugs, or implementing new useful features.
I'm not sure what is unclear here. When you open an issue you agree (checkbox!) that you've carefu…