SQLite error: no such table: main.__old_push_users

I am currently trying to build a blog in sveltekit using lucia auth as the auth provider. I just can't create any user because I always get this error:
code: 'SQLITE_UNKNOWN',
  rawCode: undefined,
  [cause]: [ResponseError: SQLite error: no such table: main.__old_push_users] {
    code: 'SQLITE_UNKNOWN',
    proto: {
      message: 'SQLite error: no such table: main.__old_push_users',
      code: 'SQLITE_UNKNOWN'
    }
  }
}

I can give additional information to this, but help pls
Was this page helpful?