Wappler Version : 6.0.3
Operating System : MacOS MX1
Server Model: Node JS
Database Type: MySQL
Hosting Type: Docker / DigitalOcean
Expected behavior
Session Manager was passing values between pages
Actual behavior
Session Manager keep the value between the page but the new page doesn’t read the value
How to reproduce
It’s happened after upgrading to 6.0.3
On Wappler Terminal I get the following error:
TypeError: Cannot read properties of undefined (reading ‘sessionStorage’) at evalmachine.:1:1944835 at Object.callback (file:///Applications/Wappler.app/Contents/Resources/app/Shared/DMXzone/dmxAppCreator/UI/dmxAppConnect/dmxAppConnect_inspect_lib.js:46:7) at dmxDWApiBridge.applyCallback (file:///Applications/Wappler.app/Contents/Resources/app/Shared/DMXzone/dmxAppCreator/dmxDWApiBridge/dmxNWApiBridge.js:7:9048) at file:///Applications/Wappler.app/Contents/Resources/app/Shared/DMXzone/dmxAppCreator/dmxDWApiBridge/dmxNWApiBridge.js:7:44920 at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3)
while on Chrome I got the following:
dmxState-id is keeping his value:
The session Manager is located on the layout page and it always worked before.
Wappler Version : 6.0.3
Operating System : Windows 11
Server Model: Node JS
Database Type: MySQL
Hosting Type: Docker / DigitalOcean
QUERY MANAGER
In a related manner, every time I restart Wappler, all the QUERY MANAGER variables on the layout and content pages (query or query1) disappear. I had to add it again and again.