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

[userTypeFix] Failure to Create User in appUser Table Using LAST_RESORT_SUPERADMIN_EMAIL Leads to Empty Organization List #2048

Closed
pranshugupta54 opened this issue Mar 23, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers GSoC Priority unapproved Unapproved for Pull Request

Comments

@pranshugupta54
Copy link
Member

pranshugupta54 commented Mar 23, 2024

Describe the bug
When signing up using LAST_RESORT_SUPERADMIN_EMAIL, the user is not created in the appUser collection. This leads to an empty organization list being displayed.

To Reproduce
Steps to reproduce the behavior:

  1. Attempt to sign up using LAST_RESORT_SUPERADMIN_EMAIL.
  2. Check the appUser collection table for the presence of the user.
  3. Notice that the user is not created.
  4. Attempt to access the organization list.
  5. Observe that the organization list is empty due to the absence of the user in the appUser table.

Expected behavior
When signing up using LAST_RESORT_SUPERADMIN_EMAIL, the user should be successfully created in the appUser database table. This should enable access to the organization list.

Actual behavior

  • The user is not created in the appUser database table when signing up using LAST_RESORT_SUPERADMIN_EMAIL, resulting in an empty organization list.

image

Additional details
Linked issue: PalisadoesFoundation/talawa-admin#1768

Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship
PalisadoesFoundation/talawa#359

@pranshugupta54 pranshugupta54 added the bug Something isn't working label Mar 23, 2024
@pranshugupta54 pranshugupta54 changed the title [userTypeFix] [userTypeFix] Failure to Create User in appUser Table Using LAST_RESORT_SUPERADMIN_EMAIL Leads to Empty Organization List Mar 23, 2024
@github-actions github-actions bot added the unapproved Unapproved for Pull Request label Mar 23, 2024
@github-project-automation github-project-automation bot moved this from Backlog to Done in `userType` Remediation Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers GSoC Priority unapproved Unapproved for Pull Request
Projects
Archived in project
Development

No branches or pull requests

2 participants