Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Handle invalid data for pending organizations #8451

Open
mpbrown opened this issue Jan 28, 2025 · 0 comments
Open

[BUG] Handle invalid data for pending organizations #8451

mpbrown opened this issue Jan 28, 2025 · 0 comments
Labels

Comments

@mpbrown
Copy link
Collaborator

mpbrown commented Jan 28, 2025

Description

The entire page for verifying pending organizations fails to load if there is invalid data such as an invalid admin phone number.

Steps to reproduce

  1. Run the app locally or use a dev environment
  2. Add an entry to the organization_queue with invalid data with one of the following methods:
    1. using the org sign up form itself
    2. running one of the e2e tests that creates an org and then manually editing the db row to have invalid data
    3. manually adding a new row on the table
  3. Try to access the Verify/edit organization identity page on the support admin dashboard

Expected behavior

The page should gracefully handle invalid data such as phone number without causing the page to crash.

Additional context

See this Slack thread for more context on the error and examples of the invalid data

Related to #8452

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant