Can't find meta/_journal.json file

I have a Remix app which has already introspected postgres during local development and is working fine. However, when deployed to a VPS it is failing to start up because of the following error
file:///root/apps/agrmx/node_modules/src/migrator.ts:41
                throw new Error(`Can't find meta/_journal.json file`);

First off, I do not want to run migrations and the meta/_journal.json file exists in my drizzle folder (which is at the root of my project, not in app or src. Passing "." or "drizzle" or "./drizzle" to this config object doesn't work, nor does commenting out the migrate() function completely. Using 0.30.8
Was this page helpful?