Join Data goes missing on front-end with latest dmxAppConnect.js

Wappler 4.4.2
Windows 10
PHP

illl wait for the update at the top of this post to be done… and then ill just re-apply the join. thank you

I have a database join… i have not opened it the UI of wappler yet as im scared it might break it…
Its from a older site about a year ago… i only updated the dmxAppConnect.

But on the front end … its not working with the latest dmxAppConnect.js file
I have reverted back to an older version of
"
DMXzone App Connect
Version: 1.10.2
© 2021 DMXzone.com
@build 2021-01-14 16:40:07
"

and this is working for me… its hard to explain but basically it seems like it not joining the data on the front end…

With the NEW dmxAppConnect no DATA displays at the name and surname

but if i revert back to the older dmxAppConnect

So i hope this helps to narrow it down to where the problem is…

@Teodor if you want access to the 2 different version of the site.
Where 1 just uses a newer version of dmxAppConnect then let me know…
As its hard to show what is happening… as i dont get a “error” in the console.

+++ update +++ i have also tried with
/*!
DMXzone App Connect
Version: 1.10.16
© 2021 DMXzone.com
@build 2021-09-24 17:09:49
*/

and not working for me… so ill attempt to redo the “join” with Wapplers UI… maybe that will solve it…
Ill keep you posted… as the “join” was done a long time ago…

<-- NOT A BUG -->

Im just a bit behind in time.. as im updating old sites to use the latest dmxAppConnect... and things have changed.. so just finding "bugs" i have created my side takes time...

I had a dmx-text="" on the table. Worked before so i never took it out.

<td dmx-text="">{{userdetails[0].name}}<br>{{userdetails[0].surname}}</td>

But remember to remove the dmx-text=""> if you not biding the date within it.

Same with what @psweb had in this article.