Platform: MacOS M1
Wappler: 6.4.2
Type Website: Node.JS + docker
Database: Cloud DB on digitalocean
After updated Wappler, I made a new website using docker and Node.JS
How to replicate:
New API
created a new query
added repeat (selecting the query and selecting the values to pass)
added under the repeat a query where one value = to the one passed by repeat
for check I added a set value, which have the value passed by repeat but remain empty.
I removed the hasOwnProperty dependency in the repeater and replaced it with Object.hasOwn which will correctly work with Objects created with Object.create(null).
Unlikely, autocomplete is a front-end component. This thread is seemingly linked to a server-side DB library
Have you copied code onto your page rather than using the UI to add it? This usually comes up when the layout page hasn’t got the autocomplete script added.
Probably worth opening a separate post for it, though
The page was linked to server connect problem. I opened it because repeat do not works for me.
It is not a API problem but it is related with hasOwnProperties.
Also the autocomplete has same problem
Because it is not a server connect problem but something related with hasOwnProperties which is more related to communication with MySQL I suppose (both server connect or frontend)