I'm currently struggling with my navbar. The hamburger menu opens smoothly and the dropdown list appears without any issues, but unfortunately the links within the dropdown menu are not clickable. Every time I try to click on them, the dropdown menu closes abruptly. This behavior is consistent whether I'm using a desktop or mobile device. I originally obtained the code from a tutorial posted by a fellow blogger. Here's the link to the blog post where you can find the original code snippet. The version of Bootstrap used in the tutorial was 4.2, but I also attempted it with version 4.4 with no success.
Navbar menu troubleshooting link To replicate the issue, simply click on the hamburger menu and then select Category to reveal the dropdown menu. Within the dropdown, there is a link labeled as TEST LINK which should be working correctly, but unfortunately it is not functioning as intended.