Wappler Version : 6.5.1 stable
Operating System : mac
Server Model: node
Database Type:
Hosting Type:
Expected behavior
If a server connect is reloaded ie. sc.run({}, true) or triggered by a Refresh Server Action, and has Live refresh with sockets enabled, the dynamic success events should run
Actual behavior
They dynamic success events only run on the initial load of the sc.
How to reproduce
Add dmx-on:success and sockets="true" to a server connect and trigger a reload of the sc.
I just did a test with one server connect reloading another with both having refresh with socket on. Before I added your update, the success action on the one being reloaded did not fire off, after the update, it did so I think that fixed it.