Wappler Version : 5.6.0
Operating System : Mac OS
Server Model: Node Js
Database Type: Postgres
Hosting Type: Docker
Expected behavioor
Using a dynamic onclick event to trigger a browser goto with the internal option enabled the URL should change and the view component should refresh to display the page.
Actual behaviour
The URL changes but the view component does not meaning you have to hard refresh the page for it to load
How to reproduce
Using a dynamic onclick event to trigger a internal browser goto
Notes
The browser goto does work in situations like on success events of a form so it seems to only be certain instances broken.
Il be converting mine to anchor tags so for me this isn’t really a issue but incase others need to use Goto events I thought I’d create a report for those who need this.
In my case it was only internal links not updating correctly, the url would change but the actual view component remained on the page where the link was triggered and did not refresh to show the new page.