prisma / prisma-admin-feedback

Feedback for Prisma Admin (currently in invite-only preview)
6 stars 1 forks source link

Maximum call stack size exceeded when trying to create a new record #131

Open franjohn21 opened 5 years ago

franjohn21 commented 5 years ago

Looks similar to https://github.com/prisma/prisma-admin-feedback/issues/120 but different error message. This prevents the record from being created. Using postgres

Screen Shot 2019-04-23 at 9 52 10 PM
sdnts commented 5 years ago

@franjohn21 I've pushed out a release that fixes this. I'm guessing you had a two-way relation in your datamodel, which is what causes this. Can you do a hard reload and let me know if you still see this?