Skip to content

v0.44.1

Choose a tag to compare

@thedavidprice thedavidprice released this 07 Feb 19:08
· 6991 commits to main since this release

Patch Release

This release includes the following fixes:

Upgrade Help

Depending on the version your project is upgrading from, it's possible to run into Prisma Client errors after upgrading. This would be due to an existing, generated Prisma Client in node_modules/.prisma causing a conflict.

The easiest solution is to delete all node_modules and then reinstall dependencies.

  1. delete ./node_modules
  2. delete ./api/node_modules (if applicable)
  3. delete ./web/node_modules (if applicable)
  4. run yarn install and then yarn redwood dev to confirm the upgrade is working