Wappler Version : 3.5.7
Operating System : Windows 10
Server Model: ASP.NET
Database Type: MSSQL
Hosting Type: Local IIS
Expected behavior
Setting ./
in href to go to home page should save in the file.
Actual behavior
On selecting route from picker in properties panel
<li class="nav-item active"> <a class="nav-link style2 active" href="./">Home</a> </li>
After saving the file
<li class="nav-item active"> <a class="nav-link style2 active" href="/">Home</a> </li>
Loosing the .
means the page does not route to home, instead it just loads the home page as a redirect (page refresh).
Current Workaround
<li class="nav-item active"> <a class="nav-link style2 active" href="#" dmx-on:click="browser.goto('./')">Home</a> </li>
Community Page
Last updated:
Last updated: