After upgrading I get an unexpected client side error and a database related error in console

I was in version 0.13.6 and today I upgraded to the latest 0.14 version, however as a professional IT that I am (/s) I did not read the migration documentation and I did not add a /data folder to Homarr. No /data folder existed to my knowledge before, only the /config. I have attempted to restart, and recreate the container but to no avail. Any ideas of what I can do to recover?

PS: The errors mentioned

{
  code: 'INTERNAL_SERVER_ERROR',
  httpStatus: 500,
  path: 'user.count',
  zodError: null
},
  name: 'TRPCClientError'
},
  elapsedMs: 17
}
Error [TRPCClientError]: no such table: user
    at TRPCClientError.from (file:///app/.next/server/src/middleware.js:1718:20)
    at <unknown> (file:///app/.next/server/src/middleware.js:2273:60)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Was this page helpful?