-
I can functionally verify that resetting the password works fine at runtime. Has anyone run into this? I don't see much documentation on edit: I started a new project from scratch @0.44.3 and didn't have this issue. Maybe something to do with the upgrade? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I found the issue by running: there was an issue in a migration file It would be nice if there was some other way to float up this issue because I am in a planetscale workflow so we don't really run this command anyway I nuked and reset my db after upgrading and the issue went away |
Beta Was this translation helpful? Give feedback.
-
I also ran into this problem, and submitted a duplicate bug: https://github.com/blitz-js/blitz/issues/3180
|
Beta Was this translation helpful? Give feedback.
I found the issue by running:
blitz prisma migrate dev
there was an issue in a migration file
It would be nice if there was some other way to float up this issue because I am in a planetscale workflow so we don't really run this command
anyway I nuked and reset my db after upgrading and the issue went away