You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had a few instances of the waiver webhook endpoint returning status 400 because some volunteers/mentors/judges had previously logged into the site but did not apply so did not have a role attribute causing the validation for UserRecord to fail. We could maybe add a "guest" role to all users when logging in, but in practice, non-hackers would have been added to the database before signing the waiver, so this is not a huge issue. We should at least properly handle ValidationError instead of letting that surface.
The text was updated successfully, but these errors were encountered:
We had a few instances of the waiver webhook endpoint returning status 400 because some volunteers/mentors/judges had previously logged into the site but did not apply so did not have a
role
attribute causing the validation forUserRecord
to fail. We could maybe add a "guest" role to all users when logging in, but in practice, non-hackers would have been added to the database before signing the waiver, so this is not a huge issue. We should at least properly handleValidationError
instead of letting that surface.The text was updated successfully, but these errors were encountered: