Cant set cookie on click

Hi
I am following this tutorial to add a cookie alert (https://docs.wappler.io/t/creating-a-cookie-consent-alert/18543). I have followed it to the letter, but, when I get to the step:

Then select the notification cookie, which we created and set its value to 1:

I get an empty list, I have saved, refreshed, closed wappler, no matter what I do I only get an empty list, I tried doing the steps before again (define cookie etc) and gave it a different name, but nothing, always just an empty list

Is this a bug?

Thanks

Have you set an app id? Also are you working on a standard HTML page?

yeah, I had to set the app ID to add the cookie component. Its a php include, but i have the cookie on an ssi php include, navbar.php, thanks

just worked it out, oddly on the navbar.php on the app it had “head page” set to a page, not sure quite how, removed that now no empty list

oddly still cant get the cookie button to work, i got the drop down to let me select the cookie. I have followed the tutorial the letter, been through it all a few times, the only thing i am doing is using the cookie in a php ssi include, so in the navbar.php (php ssi file) i have cookie manager with a cookie defined as “Notification”, I then have the alert added with a button, the onclick of the button sets the Notification cookie to 1, I then have an alert with set to show if Notification != 1. Clicking the button does nothing, I always see my alert window. Has anyone else got this working in an ssh? I have an app ID set on the navbar.php ssi file.

Can you send a link to your page please?

i cant as its local dev (use a host file to trick to use a domain) :frowning: only thing I have is teamviewer to see it. i have checked browser cookies, the button is not setting a cookie

It’s really hard to tell what’s wrong without seeing your site.
Can you just upload the page to some test server where i can inspect it?