homarr error after update
I updated my homarr container and now when i go to the page i get
"An unexpected error has occurred
This page has crashed unexpectedly. We're sorry for the inconvenience. Please try again or contact an administrator
Detailed error information
Type
Client side"
here is logs
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)
"An unexpected error has occurred
This page has crashed unexpectedly. We're sorry for the inconvenience. Please try again or contact an administrator
Detailed error information
Type
Client side"
here is logs
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)
Solution
You shouldn't need to build anything in the db.
Stop homarr, delete db.sqlite, then restart homarr. That should reinitialize the database.
Stop homarr, delete db.sqlite, then restart homarr. That should reinitialize the database.