HomarrH
Homarr3y ago
Dwarf

Installation problem

Hi!

I install homarr with docker:

docker run \
--name homarr \
--restart unless-stopped \
-p 7575:7575 \
-e TZ=Europe/Madrid \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /Dwarf/Datos/AppData/homarr/configs:/app/data/configs \
-v /Dwarf/Datos/AppData/homarr/data:/data \
-v /Dwarf/Datos/AppData/homarr/icons:/app/public/icons \
-d ghcr.io/ajnart/homarr:latest


Container state says “unhealthy, and when i open the url i get the error in the image.


The logs shows this errors:

{
message: 'no such table: user',
code: -32603,

{
code: 'INTERNAL_SERVER_ERROR',
httpStatus: 500,
path: 'user.count',
zodError: null
}
}
}
}
]
},
shape: {
message: 'no such table: user',
code: -32603,

{
code: 'INTERNAL_SERVER_ERROR',
httpStatus: 500,
path: 'user.count',
zodError: null
}
},

{
code: 'INTERNAL_SERVER_ERROR',
httpStatus: 500,
path: 'user.count',
zodError: null
},
name: 'TRPCClientError'
},
elapsedMs: 56
}
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)



What am i doing wrong?

Thanxs!
IMG_0104.png
Solution
This issue should be fixed with release v0.14.1 ! If not, please open up a ticket in #💬・get-help
GitHub
Your issues should be resolved!
During the last release, we didn't spend enough time to test on different hardware configurations to ensure that v0.14.0 would work on the majority of people'...
Was this page helpful?