OS info
- Operating System : Windows 10.0.19043
- Wappler Version : 4.1.1
Problem description
Hi,
I have just started getting an issue on my Staging server on DigitalOcean. When I submit my login screen I get the following response from the login server connect call:
{“status”:“500”,“message”:“Cannot read properties of undefined (reading ‘ssl’)”,“stack”:“TypeError: Cannot read properties of undefined (reading ‘ssl’)\n at App.setDbConnection (/workspace/lib/core/app.js:250:37)\n at App.connect (/workspace/lib/modules/dbconnector.js:8:14)\n at App._exec (/workspace/lib/core/app.js:449:57)\n at App.exec (/workspace/lib/core/app.js:389:20)\n at App._exec (/workspace/lib/core/app.js:410:25)\n at async App._exec (/workspace/lib/core/app.js:420:17)\n at async App.exec (/workspace/lib/core/app.js:389:9)\n at async App.define (/workspace/lib/core/app.js:379:9)”}
Steps to reproduce
- Go to https://stage.logscans.io and also hit F12 to load the DevTools
- Click on the Login link at the top right of the screen
- Enter anything in the form and submit
- In DevTools/Network view the response from the api/security/login call.
Thanks
Allan
Last updated: