User does not get logged out

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. :+1:

Where to?

image

On a serious note: Thank you Teodor for your patience.

You have my address from the registration form :grinning:

So - it is working fine now, right?

1 Like

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.

1 Like

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

image
Now when I log in, the following prompt

image

changes to

image

When I log out, the reverse happens, all without a page refresh.

2 Likes