I’ve been struggling to create a simple page to display results from a query for a few days. Any leads to why the page only works properly when you call the page through the Wappler webserver and not WAMP Server?
Question 2: How do I get a query to filter from a passed URL variable such as: yahoo.com/search?event=variable
To debug wamp issue please follow:
You can easily debug issues related to server-side processing such as - form not sending email, record not inserting or updating, query not showing data etc.
The first thing you need to do is to open the server connect settings. They are located in the Workflows Panel > Server Actions:
[Screenshot 2021-09-27 at 10.02.35]
And enable the Debug Mode:
[Screenshot 2021-09-27 at 10.03.08]
Click Save:
[Screenshot 2021-09-27 at 10.03.26]
In your browser, open the Developer tools. If you don’t k…