I'm working on implementing authentication on the dashboard page following the tutorial. The login itself works, but after logging in, it's unable to fetch the user data properly. The auth me API isn't able to autofetch.
The bigger issue I'm facing is with the navigation menu highlighting. I'm trying to highlight the active nav item based on the current page using attributes and class bindings. However, as you can see in the screenshot, either all the menu items are highlighted or only the default page gets highlighted, regardless of which page is actually active.
Could someone help me troubleshoot this?