WaspW
Wasp13mo ago
WWWillems

Error after upgrading to Wasp 0.15.0

Hey Wasp team!

I just upgraded Wasp from v0.14.0 to v0.15.0 by following all the steps on the migration guide (https://wasp-lang.dev/docs/migration-guides/migrate-from-0-14-to-0-15).

After upgrading, my project doesn't seem to build anymore, I am now getting following error:
[  Wasp  ] ext-src/server/types.ts(7,31): error TS2344: Type '{}' does not satisfy the constraint 'InternalArgs'.
[  Wasp  ]   Type '{}' is missing the following properties from type 'InternalArgs': result, model, query, client


I have already tried wasp clean and reinstalling dependencies, without any luck.

Any ideas on how to resolve this?
Was this page helpful?