-
-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SqliteError: no such table: user #768
Comments
Not sure what |
I would say it's not 'wiped'. It's actually "not created". Most likely app has no permissions to create that database |
hi, thanks for your reply.
|
@meng8131 Given that you're not using the docker compose file, you seem to be missing the |
Describe the Bug
I'm trying to deploy hoarder on Zeabur, after installed below services, hit error when trying to signup the first account.
I'm fresh with coding, and did this with help of Claude, thanks for any advices.
services installed
error shown at signup page
error log shown in Zeabur server log
SqliteError: no such table: user
code: 'INTERNAL_SERVER_ERROR',
name: 'TRPCError',
[cause]: SqliteError: no such table: user
}
}
Steps to Reproduce
Expected Behaviour
how to fix the error
Screenshots or Additional Context
No response
Device Details
No response
Exact Hoarder Version
ghcr.io/hoarder-app/hoarder
The text was updated successfully, but these errors were encountered: