dmxAppConnect.js causing login or a dynamic collapse to not work

Wappler Version : 3.4.1
Operating System : Windows 10

Expected behavior

When I enter my phone number on my login screen, the website should close the phone “Dynamic Collapse” and open the password “Dynamic Collapse.”
Then, my login form should correctly log me in.

Actual behavior

When using the dmxAppConnect.js dated Oct 17, 2020 it DOES open/close the dynamic collapse on my login page.

When using the dmxAppConnect.js dated Oct 21, 2020 it does NOT.

No matter which dmxAppConnect.js I use, if I enter my phone number (to log in) it correctly gives me a 200 status and returns the JSON response:
query_lookFor_Input_FirstPhone: [{…}]
0: Object {phone: “myphonehere”}
phone: “myphonehere”
phoneDoesExist: 1

But, then the mistake happens.
On success event:
If I’m using the OLD dmxAppConnect.js it will collapse that “Dynamic Collapse” and show the next “Dynamic Collapse” where I either ask for a password, or sign the user up for a new account.

But, if I'm using the NEW dmxAppConnect.js the "Dynamic Collapse" just sits there. Nothing happens. 

Step by step:
Using dmxAppConnect.js from October 17.
Step 1, we login:

Step 2, it correctly closes the “phone number” dynamic collapse and opens the password dynamic collapse. If I submit the password, I can login, no problem.

Now, I’ll show you what happens using dmxAppConnect.js from October 21.
Step 1, we login:

Step 2, it SHOULD be showing me the password field here. But, it does not.
Nothing happens with the interface. It correctly gets the right JSON response, but that’s it.

Just so you can see, here is the “RUN” even that happens on the SUCCESS event after the phone number is submitted:

But, to be clear, I don’t think it’s a problem with my code. Because if I upload the OLD dmxAppConnect.js from Oct 17, everything works fine. If I upload the NEW dmxAppConnect.js from Oct 21, it stops working.
I’ve made no other changes at all.

Thanks for any help on this.

Community Page
Last updated: