epicweb-dev / epic-stack

This is a Full Stack app starter with the foundational things setup and configured for you to hit the ground running on your next EPIC idea.
https://www.epicweb.dev/epic-stack
MIT License
4.63k stars 376 forks source link

Deploy.yml Cache not found for input keys #581

Closed vawogbemi closed 10 months ago

vawogbemi commented 10 months ago

I'm getting an error in the github actions log and I think that results in seeding giving me an error too. Note that I changed my deploy.yml to work with pnpm instead of npm.

image
vawogbemi commented 10 months ago

Or might it be an error with the seed command?

vawogbemi commented 10 months ago

It was an error with pnpm dlx: https://github.com/prisma/prisma/discussions/19111

I fixed it using this

run: pnpm dlx tsx prisma/seed.ts