I'm trying to create a simple login/register system using TinyWebDB
.
However when I try to use my app to login or register an account it will instantly quit with no error message.
I'm guessing it has something to do with that database as the other functions that don't use the database works fine I've attached the designer and blocks for the registration page (login is pretty much the same), some ideas on what may be causing this would be very appreciated.
Make sure there is a spot in your code that confirms a connection to the database. That should throw an error if you cannot connect to the data. Also, make sure all permissions are set up properly such that the proper instructions have access to read the database.