AC session variable not available in AC Set Session picker

Wappler Version : 3.7.6
Operating System : mac
Server Model: node
Database Type:
Hosting Type:

Expected behavior

Session variables should appear in list

Actual behavior

Nothing in list

How to reproduce

In a node content page using a layout add the session storage element and assign variable:

On Ready event of app:

On what kind of page are you trying this? Does it has an App ID in its root?

And yes, it has an app id

tried a few samples and it always worked for me in a content page or in full page.
Is you session manager defined in the content page or in the layout page?
Also is it on the top or nested somewhere? hope not in a modal or so

Content not nested.

and you are trying to set it inside the modal?

Does it works outside?

^^^^^

It works elsewhere

I see, we actually don’t have ready events on content pages. Those options should be removed.

content pages just get injected server side.

In the layout in the view, you might get some events on the view itself

Last I remember, those don't work either for NodeJS.
Best option we have found so far, as suggested by Patrick, is to just create a auto-run flow/SC on the content page, as they are called every time a content page is loaded.

Confirming the AC Session Variable does not work for me either, in AC Session Storage Manager. This is only the case if the AC Session Storage Manager (or Local Storage) is applied to the content page. If I apply to Layout page it works.

This was fixed some Wappler updates ago.

Can you confirm?

Yes, it is working as expected now.