Bug Report : Problem in creating spa page

OS info

  • Operating System : Windows 10.0.17763
  • Wappler Version : 2.5.2

Problem description

I am trying to create a spa page and i kept my route name as “/orders” . Please see screenshot.
route issue

When i select route for the dropdown item list… it is automatically changing from “./orders” => “orders” on saving page

If i so same page in Visual Code and publish page it works fine as a spa but not working from wappler and page is reloading every time.

If i make route name as “/order/list” it works fine.

could you try change your path to /orders or ./orders
then try again …

Yes i did that only… but when i save … it automatically changes to “orders” again.