Group Action "ReferenceError: exec is not defined"

On the latest version of Wappler, attempting to use the group action to group values (also tried with a query) results in the error below being spit out in the web server console:

022-12-17T21:08:19.452Z server-connect:server Got error? ReferenceError: exec is not defined
at App.group (G:\Wappler Projects\Test\lib\modules\core.js:241:29)
at App._exec (G:\Wappler Projects\Test\lib\core\app.js:578:57)
at App._exec (G:\Wappler Projects\Test\lib\core\app.js:545:28)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async App.exec (G:\Wappler Projects\Test\lib\core\app.js:514:9)
at async App.define (G:\Wappler Projects\Test\lib\core\app.js:496:9)

@patrick maybe there’s another place we missed?

@Digo are you sure your Wappler files are updated? Close and re-open Wappler

1 Like

Oh whoops, my server connect was actually outdated on my test project. Now it’s working, thanks @Apple!

I did search before posting, but since it was hidden I couldn’t see that thread