Closed mrkirthi-24 closed 1 month ago
sounds like you might not have mounted the data directory correctly? that usually causes the database to be missing and resulting in this error (might be other cases as well, i have only seen this one so far)
DATA_DIR="/Users/apple/Desktop/hoarder/packages/db"
is this correct @kamtschatka ?
are you setting up a development environment?
see https://docs.hoarder.app/Development/setup, you have to run pnpm run db:migrate
, to actually get the database set up
i did run pnpm run db:migrate
. you can see db.db file in the image.
see https://docs.hoarder.app/Development/setup, you have to run
pnpm run db:migrate
, to actually get the database set up
i followed the whole setup guide. but still getting the error
but what about the other 2 projects that also need this .env variable?
but what about the other 2 projects that also need this .env variable?
i actually want to use web only. so are you saying that i also create an .env file in web folder
yes, those are the first 3 steps in the instructions in the documentation. did you do that?
getting no such table: user error while signing up on local. please help