Wappler Version :3.5
Operating System : Osx 10.15.7
Expected behavior
Load Wappler built webapp and be presented with login page as normal
Actual behavior
{status: "500", message: "provider is not defined",…}
message: "provider is not defined"
stack: "ReferenceError: provider is not defined↵ at App.setAuthProvider (/opt/node_app/lib/core/app.js:132:9)↵ at App.provider (/opt/node_app/lib/modules/auth.js:4:37)↵ at App._exec (/opt/node_app/lib/core/app.js:392:57)↵ at App.exec (/opt/node_app/lib/core/app.js:334:20)↵ at App._exec (/opt/node_app/lib/core/app.js:353:25)↵ at async App._exec (/opt/node_app/lib/core/app.js:363:17)↵ at async App.exec (/opt/node_app/lib/core/app.js:334:9)↵ at async App.define (/opt/node_app/lib/core/app.js:317:9)"
status: "500"
Probably the same issue but one of my SC action scripts only has one query which gets the record of the logged in user. I removed the Security Provider from it now that the global one is there but it’s not appearing in the Data Bindings:
I love the concept of global settings for database connections, security and mailer, though.