SQlite Error when trying to perform server action

I am starting to use SQLite with my node site for the first time. Install was a bit bumpy but working through the how to and other user’s post with problems I have the db up and can access and edit it.

As a test I added a users table with 1 record and created a server action to delete this record. I get this error and the record is not deleted:

{“status”:“500”,“code”:“SQLITE_ERROR”,“message”:“delete from users where id = 1 - SQLITE_ERROR: no such table: users”,“stack”:“Error: delete from users where id = 1 - SQLITE_ERROR: no such table: users”}

Like I said the table is visable and editable through Wappler and 3rd party db apps.

Community Page
Last updated: