Wappler Version : 4.6.4
Operating System : macOS
Server Model: PHP
Database Type: MSSQL
Hosting Type:
Expected behavior
I have a SPA app in which the content pages are in a “views” subdirectory.
In the content pages I would like to access the components e.g. ServerConnect of the main page (head page).
Actual behavior
Only the components of the content page are displayed in the data picker.
How to reproduce
It works if the content page and the main page are in the same directory. However, as soon as the content page is in a subdirectory, the datapicker does not work.
Everything else works. The head page is also specified with …/index.php
Tested in 2 different projects.
I have also had this issue. I spent some time testing it and have found the same behaviour as described in this report.
I think this is in someway connected to the routes. I copied my page to a subdirectory - so it existed in both the root and the subdirectory.
The Datapicker works in both pages until I update the route on the index.html page. As soon as I update the route the Datapicker stops working on both pages.
The same behaviour exists with site links relative to both root and document.
I am using version 4.8.2