Wappler Version:3.6.0
Operating System: Windows 10
What do you think should happen?
Validator should query DB and return error for duplicate records in the database.
What actually happens?
Server API returns error 'Connection "db" not found'. There's only a single connection, called db, defined under globals and the server action works without the validation step. I've tried deleting and recreating and on another blank page.
Just in case you haven’t figure out your own work-arounds, the following will do the same as a validate action making sure the email does not exist in the db.
Thank you for your response Ken, and a happy new year to you.
I have tried it in node js and it is working fine, thought it was something wrong with my setup, am sure it will be fixed in due course when the team gets back from leave
Workaround makes sense