Error on create instance
Welcome!
- [x] Yes, I have searched for similar issues on GitHub and found none.
What did you do?
What did you expect?
Erro on click Save button
What did you observe instead of what you expected?
Screenshots/Videos
No response
Which version of the API are you using?
2.2.3
What is your environment?
Windows
Other environment specifications
No response
If applicable, paste the log output
No response
Additional Notes
No response
same error here!
Same here
Fixed! run again migration db
Fixed! run again migration db
where was it fixed? because there were no changes in the main or develop branches, and this error occurs in both when using a new clean installation using mysql.
I solved it by downloading the code in the develop branch and personally fixing the migrations
Hello. I have the same error (with mysql too). How I can solve this in docker v2.2.3 ???
I'm trying to generate the docker image from the develop brunch, but I get this error on the 'npm install' step:
npx prisma generate --schema=prisma/postgresql-schema.prisma && npx prisma migrate deploy --schema=prisma/postgresql-schema.prisma Error: Could not load
--schemafrom provided pathprisma/postgresql-schema.prisma: file or directory not found npm error code 1 npm error path /evolution npm error command failed npm error command sh -c npx prisma generate --schema=prisma/postgresql-schema.prisma && npx prisma migrate deploy --schema=prisma/postgresql-schema.prisma