Issues with migration in self hosted

Im trying to run Novu on 0.23 and i had several issues running migrations.
  1. I had to rebuild the package application-generic because i was getting an error for @novu/sendgrid used inside it. I think this error applies to all migrations that builds the nest app.
  2. some migrations simply doesnt execute a function. I had to modify them to execute something: encrypt-credentials-migration.ts, add-integration-identifier-migration.ts, seen-read-suport.
Is there anything i've been missing? I just followed the docs, that tells you to run
npm run setup:project
and then run the migrations.
Was this page helpful?