I set up the theme in my system and it works like a charm. The issue is it appends the #
in my URL. I tried to check about that didn't get any success.
Is there anything I need to change?
My URL: <a>http://localhost:8080/#/dashboard</a>
When I removed hash from the URL it redirects me as per below URL
<a>http://localhost:8080/dashboard#/dashboard</a>