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: signup cant be completed. #628

Closed
2 of 10 tasks
Mir-SA opened this issue Jan 7, 2025 · 2 comments
Closed
2 of 10 tasks

bug: signup cant be completed. #628

Mir-SA opened this issue Jan 7, 2025 · 2 comments

Comments

@Mir-SA
Copy link

Mir-SA commented Jan 7, 2025

Issue Description

Change PATCH request url in registerUser.js utility updated in #627 as this endpoint does not accept patch requests and throws error.
PATCH request instead should be sent to newer route /users/:userid?profile=true which is under FF or older route /users/self.

Expected Behavior

User should be able to complete their signup process.

Current Behavior

User can't complete signup after creating new account.

Screenshots

my-site-issue.mp4

Reproducibility

  • This issue is reproducible
  • This issue is not reproducible

Steps to Reproduce

Create a new account on staging-www.realdevsquad.com and try filling details in my-site post redirection.

Severity/Priority

  • Critical
  • High
  • Medium
  • Low

Additional Information

Checklist

  • I have read and followed the project's code of conduct.
  • I have searched for similar issues before creating this one.
  • I have provided all the necessary information to understand and reproduce the issue.
  • I am willing to contribute to the resolution of this issue.
@Hariom01010
Copy link
Contributor

Made the changes and raised the PR for it thanks for bringing this into my notice

@Mir-SA
Copy link
Author

Mir-SA commented Jan 8, 2025

@Hariom01010 thanks for quick update.

@Mir-SA Mir-SA closed this as completed Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants