Can't edit actions

Wappler Version : 3.9.6
Operating System : Windows 10 Pro
Server Model: PHP
Database Type: MySQL
Hosting Type: Docker

Expected behavior

When I edit an existing action for example:

image

And then try to edit the properites of that action the box should allow me to edit however the properties is blank as can be seen below:

I have to delete the action and remake it to bring the properties back:

I can’t recreate this in my tests. Can you explain where is this dynamic event added added (what element it is added to)?
Maybe share the code generated.

This happens to me if I use something out of the ordinary (typically hand-coded) such as

cookies1.set('visit_user_ip','<?php echo $_SERVER['REMOTE_ADDR']; ?>',{});

and then the 'Properties' panel is blank.

The code still works though.

HI Teodor,

It seems to be intermittent, i’ve seen it happen maybe 2-3 times out of a 100 so I am not sure what the issue is yet. I’ll see if I can recreate it and then update (apologies for the delay in getting back to you).

Thanks