Can't find meta/_journal.json file

No description
No description
No description
2 Replies
oke
oke5mo ago
There seems to be multiple drizzle folder in your project ? I have a suspicion that: In your lib/db/migrate.ts , you declared the migrations folder to be in ./drizzle (line 21) -> Meaning lib/db/drizzle/ (since it's relative path) -> which is undesirable, since the actual Drizzle folder seems to be from $PROJECT_ROOT/drizzle
Headbanger
HeadbangerOP5mo ago
solved Thank you

Did you find this page helpful?