Help with Wasp Embedding template / seeding the db
Hey everyone! I am a junior dev so please forgive me if it is an obvious mistake I am doing. I am trying to set up the wasp embedding templates and have followed the steps in the readme carefully. It all works until step 8 which indicates to run the command 'wasp db seed'. I get the error message attached. I have a postgres running on railway, and wasp db migrate-dev worked out. I have created an index in pinecone, have entered the API key and pinecone env variables in the .env.server file. I have tried all different combinations, but it all runs down to the problem of that my prisma client seems not to be up-to-date. can anyone help please? Thanks a lot for your constructive feedback!