New to XOJO. I have built a simple web application and would like to deploy it to the XOJO Cloud. How would I set up the location of the SQLite database file? I currently have the following code in the Session > Event Handlers > Opening
db = New SQLiteDatabase
db.DatabaseFile = SpecialFolder.Resource(“DBName.sqlite”)
I created a folder under the “web” folder and placed the DBName.sqlite database file within. Clearly I am doing something wrong. The XOJO Deploy created a folder with my subdomain name under “apps”.
I am getting an error when attempting to deploy. It says “An error occurred during Xojo Cloud deployment. Please wait a few minutes and try again. A security error occurred.” I am thinking it has something to do with a path problem to the database file???
I would appreciate any guidance here. Thank you in advance!!!