Open Yashhuc opened 1 month ago
Thank you for raising this issue! We'll look into it as soon as possible. Please ensure that the issue is not duplicate, and you read [CONTRIBUTING.md]() carefully. Your contributions are highly appreciated! 😊
good go for it @Yashhuc
Shall i start working on this issue? @dhairyagothi @Yashhuc
@Yashhuc please update
Hey, thanks for your patience. I'm still working on it. I will give you the final update by tomorrow evening.
Hey @dhairyagothi . I have implemented the handle register functionality as part of the project. However, I haven't been able to test it on my local server since I don't have MongoDB experience. I have updated the fetch URL to the deployed URL instead.
I will be creating a pull request for this update, and it would be great if you could check it on your end and proceed from there. If you are not satisfied, you may assign this to someone else. Thanks for your patience.
Hey @dhairyagothi . I have implemented the handle register functionality as part of the project. However, I haven't been able to test it on my local server since I don't have MongoDB experience. I have updated the fetch URL to the deployed URL instead.
I will be creating a pull request for this update, and it would be great if you could check it on your end and proceed from there. If you are not satisfied, you may assign this to someone else. Thanks for your patience.
ok i will check it backend is hosted on vercel
Hey @dhairyagothi , is this issue resolved completely or not yet. If not yet please assign this to me, i will try to fix it completely.
🛠️ Backend Issue
Description
The Register component in register.jsx contains a form for user registration, but the handleRegister function lacks the necessary logic to handle form submission and communicate with the backend. This prevents users from successfully registering, as their data is not being sent to the API.
Steps to Reproduce
Proposed Solution: Implement the handleRegister function as follows:
Screenshot
Are you participating in GSSoC?