Issues with migration in self hosted
Im trying to run Novu on 0.23 and i had several issues running migrations.
- I had to rebuild the package
application-genericbecause i was getting an error for@novu/sendgridused inside it. I think this error applies to all migrations that builds the nest app. - 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.
npm run setup:project and then run the migrations.