I’d like to see what the value of the WeWeb variables are when the website is in production.
Where are they stored so that I can see them in the developer console in Chrome?
Variables like the custom ones that I made in WeWeb, like querystring variables, integers, etc.
I’ve searched, but cant find a bucket or anything for them.
1 Like
If you want to fiddle with the dev console you can try this:
wwLib.wwVariable.getValue('your variable uuid')
.
You can find the uuid at the bottom of the variable panel.
If the variable is saved in the localstorage you should be able to find it in the “application” panel, under “localstorage”. > “https://editor.weweb.io/”. The name should be like “variable-uuid”.
1 Like