I think this time you are wrong. I have change my development server to a MAMP local and using the same routing that get problem in wappler server and works perfectly fine.
So I am in the same starting point. Until you dont reload the page works but once you click on button that modify Query manager, set value and reload breaks to 404 error.
I totally understand your video. The problem comes when you want to modyfy query values with Query Manager component. It generates a link that later if you copy you cant access anymore.
But this only happen on the Wappler internal php server not on MAMP. On MAMP works fine.
Yes but later I want to modify the $_GET building value inside the page to get other results from recordset. I dont want to reload the entire page. Only the list of results.
I use the Query Manager component inside APP Connect. When I set the new values with the Query Manager, it automatically add ?building=newValue to the url.
The results seems to display correctly. But if the user copy that url and share with someone else got 404 error.
I dont know if I get explained.
Try to modify the values with query manager and later reload from that new url generated.
Ok, I have done some testing and it turns out I have done something similar to what you are doing. Although I can’t test on Wappler server I can confirm it works on MAMP and remote Apache hosting. I’m now thinking you may have discovered an issue with the Wappler local server compatibility.
Thanks @brad. I was getting frustrated that I cant explain what is happening.
I notice that if you add a dumb variable on the routes. The URL query string work but if you dont add any variable to the route URL query string not work.
I think this problem is related with this other one.
The notice error is fixed but the Functionality is not working.
I have posted a fix but it has not yet been incorporated into Wappler, you need to make the change manually until the next release (I assume next thursday)
Your fix only fix the Notice and Warning but not the functionality. You cant use a query string on URL until you add a variable in the Route if you dont add you cant access query string and mark as 404 error.