So I'm running into some stupid issues. When I dep...
# orm-help
b
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.
I fixed it. the issue is I had a one to many relation that was pointing towards [Stripe!]! rather than the new [StripeCard!]!
d
@brandon: Thanks for reaching out. Can you please create a bug report at https://github.com/prismagraphql/prisma/issues/new?template=bug_report.md Would be great if there is a minimal reproduction. Thanks again. Best,