Harsha MV
09/27/2021, 8:01 AMPrismaClientValidationError: Unknown arg `youtube` in data.youtube for type ProjectCreateInput. Did you mean `about`?
I added this as a new migrate and its reflecting in the database as well. but am getting the following error when I try to create the recordRyan
09/27/2021, 8:02 AMprisma generate
as a separate command. I assume you’re running on Vercel, so it caches node_modules
and that might be causing this.Harsha MV
09/27/2021, 8:04 AMHarsha MV
09/27/2021, 8:15 AMHarsha MV
09/27/2021, 8:15 AMHarsha MV
09/27/2021, 8:20 AMDominic Hadfield
09/27/2021, 8:27 AMDominic Hadfield
09/27/2021, 8:28 AMHarsha MV
09/27/2021, 8:28 AMHarsha MV
09/27/2021, 8:29 AMRyan
09/27/2021, 9:43 AMRyan
09/27/2021, 9:44 AMn upgrades automatically on the production as wellA change in
package.json
should install the newer packages that you have recently upgraded.