Not sure why do you have this true
there: dmx-on:click="scLogout.load({: true})
the syntax is not correct.
It should just be scLogout.load()
Deleted, reconstructed.
Where to?
On a serious note: Thank you Teodor for your patience.
You have my address from the registration form
So - it is working fine now, right?
Not quite as I had envisaged. I would like to have had the Customer Login prompt show immediately after logout. But I can live with it showing when another page is loaded.
Might do a bit of solution finding when I get the time.
That is something I’ve noticed a couple of times in the UI - it sometimes produces this for SC actions when the reload option is ticked. It might be worth someone having a quick look over that part. It’s so easy to fix, I haven’t reported it as a bug before.
Just in case anyone is curious, I have found a Wappler solution to my last remaining problem.
To the Logout Server Connect > Dynamic Event > Success I added a server reset action as in
Now when I log in, the following prompt
changes to
When I log out, the reverse happens, all without a page refresh.