Hello,
I am experiencing an issue with the navigation menu in my Shopify app. When I navigate from the home page to another page, the home page reloads first before redirecting to the desired page. The same issue occurs when I navigate back to the home page.
Below is the navigation menu code I am using in my PHP-based Shopify app:
<ui-nav-menu>
<a href="/view/index.php">Home</a>
<a href="/view/plan.php">Plan</a>
</ui-nav-menu>
To better illustrate the issue, I have recorded a short video:
Could you please help me understand why this is happening and how I can resolve it?
Thank you.