CityOfDetroit / bloom

component-based web framework for affordable housing management
Apache License 2.0
16 stars 1 forks source link

Error when Resetting Partners Password #1640

Closed iph-97 closed 10 months ago

iph-97 commented 1 year ago

Our jurisdictional partner in Detroit tried to reset their password and was unable to do so. They received the reset email, but an error was thrown up once they tried to submit their new password. I was able to replicate the issue and received the same error message. This is a medium priority issue.

Private Zenhub Image

YazeedLoonat commented 1 year ago

This is an issue seemingly only on detroit

seems like its caused by TypeORM using too long of a column alias during the actual querying of the DB. Which is causing issues later down the line in TypeORM once it gets a response from the DB

sarahlazarich commented 1 year ago

@YazeedLoonat is there anything to be done about this now or are we waiting for the Prisma swap to hopefully fix?

ColinBuyck commented 11 months ago

QA Notes: https://detroit-public-dev.netlify.app/ & https://detroit-partners-dev.netlify.app/sign-in

  1. Follow the new user confirmation on both the public and partner's site.
  2. Follow the password reset flow on both the public and partner's site.
  3. These two should function as they were previously and without error