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
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.
The text was updated successfully, but these errors were encountered:
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
Steps to Reproduce
Create a new account on staging-www.realdevsquad.com and try filling details in my-site post redirection.
Severity/Priority
Additional Information
Checklist
The text was updated successfully, but these errors were encountered: