So I'm running into some stupid issues. When I deploy with type Stripe, prisma works perfectly, but when I change the name to type StripeCard it sends me a
Copy code
ERROR: Whoops. Looks like an internal server error.
brandon
07/20/2018, 8:55 PM
I fixed it. the issue is I had a one to many relation that was pointing towards [Stripe!]! rather than the new [StripeCard!]!