Well, I don’t know if it’s related, but I can see you use the sql.js 1.9.0 which has some troubles.
Maybe you can revert to 1.8.0 which is on the last version of Wappler until (I guess) the sqlite team fix the bug.
Because is an active project, maybe you can try the workaround (I don’t know if 1.8.0 will fix this)
Make a backup
Pin sql.js to 1.8.0 (without the ^)
Run npm install
Copy the wasm file (node_modules/sql.js/dist/sql-wasm.wasm) to the assets folder
Thanks Franse, I tested your solution, but I don’t think that’s the issue. I believe sql.js is only used in combination with jeep-sqlite when attempting to run the app in a browser. I’m running in Electron, so I don’t think it’s used.
For some reason, flow1.data.query.sort(`email`).reverse() (for desc) doesn’t work on UI
But go to the code and add it: <tbody is="dmx-repeat" dmx-generator="bs5table" dmx-bind:repeat="flow1.data.query.sort(`email`).reverse()" id="tableRepeat2">