-
-
Notifications
You must be signed in to change notification settings - Fork 472
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 Report: SignUp (Mobile) #2454
Comments
I would like to work on this issue |
@ArinNigam Before working on this, please verify this issue is happening in the develop march. Please close this if it is not needed. |
The error is being caused by Though the issue with SignUp and Login still exist at client side:
Untitled2.movUntitled1.mov |
Hi, just checked that sample imports were old in my databases and were causing issues for Login.mp4Signup.mp4Login works perfectly fine. But still there is an issue persists with signup which is most probably be caused from the server side. Attaching the logs This is when you click on signup after filling all the details From Server
From Client
The current issue persists for I am not closing this issue since there still persists an issue with signup on the mobile app. Once it gets solved on the backend side. I'll close this issue. |
Hey @ArinNigam The login flow is working without any errors in the latest upstream. For the signup part, after making the required changes to the mutation locally and fixing some minor bugs in the backend it's working fine. Which I will push into the select organization issue's #2330 PR. So I guess the bugs related to login and signup will be fixed. Login Signup Currently logout feature is not working as expected. Probably you can raise an issue for that and start working on it. |
Hi, @Azad99-9 Yeah the backend issue needs to be solved for making the signup work. I also made some changes locally on the client side and signup is working fine for me. Though some tests files are failing due to which I am not raising any PR. If you have any insights regarding how to fix unit tests that you can give?
SignUpWorking.mp4 |
Please share me the code of test case which you are working on. |
@ArinNigam @Azad99-9 isn't this issue (linked PR) and #2330 the same? |
@palisadoes @GlenDsza No this issue's PR and the issue #2330 are not same. But yes this issue is a prerequisite for the issue #2330. @palisadoes kindly reopen #2330 as still there is a significant amount of work pending to make the membershipRequest flow work as expected. Moreover the current request flow is highly bug prone. Recording of current organization request flow. memerror.mp4The issues are
These both issues are related to Mobile client and needs to be fixed. |
#2330 is already reopened |
@palisadoes my bad, I am sorry for the confusion. My intention was to answer to @GlenDsza 's question and to convey that #2330 is a bigger problem. This prerequisite issue can be closed as it solves the sign up bug. |
Describe the bug
The Talawa App is not able to run locally because of certain GrapphQL errors on the client side
On server Talawa-API
userRegistrationRequired
is not defined for the type Organizations intypes.ts
During Login there is a GraphQL error
To Reproduce
Steps to reproduce the behavior:
appUserProfile
userRegistrationRequired
Expected behavior
Run Talawa Mobile successfully without any errors.
Actual behavior
Additional details
I'll create an issue in Talawa-API to add the particular fields described in screenshot in
types.ts
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship #359
The text was updated successfully, but these errors were encountered: