Complete MERN App (OTP Verification, JWT Token, Authentication, Reset Password)

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024

Комментарии • 308

  • @invinciblevikas9553
    @invinciblevikas9553 11 месяцев назад +9

    the way you create routes is new for me . great learning

  • @Chandraprakash-kx4ic
    @Chandraprakash-kx4ic Год назад +27

    For those getting error at 1:56:16 -> findOne in mongoose no longer accepts a callback function (see at 1:49:00 ). Convert this into a promise and Your code will work fine. My code is as follows:
    const existUsername = new Promise((resolve, reject) => {
    UserModel.findOne({ username }).then((err,user) => {
    if(err) reject(new Error(err))
    if(user) reject({ error: "Please use unique username"});
    resolve();
    }).catch(err => reject({error: "exist username findone error"}));
    });

    • @kiahadizade630
      @kiahadizade630 Год назад +4

      Tnx u bro, you're a lifesaver❤

    • @pokescreation
      @pokescreation Год назад

      Not working broo,can u share your GitHub plzz

    • @pavanMudavath822
      @pavanMudavath822 Год назад

      @@kiahadizade630 Is That You completed the Project I am Gona Start Is there any thing to remember about errors Or it is Working Fine

    • @the_247
      @the_247 Год назад +1

      Thanks bro!!

    • @pokescreation
      @pokescreation Год назад

      ​@@pavanMudavath822for me it didn't worked,I have almost completed my own authentication bcz of this rejection😅will launch with my e-commerce project very soon

  • @xoxo9128
    @xoxo9128 Год назад +18

    This channel is doing amazing work!!... I just loved your tutorials... please don't stop!!

  • @kevinhan1646
    @kevinhan1646 Год назад +43

    If you suffer the 500 internal sever error, check the version of your mongoose. Please downgrade to version 6.

    • @way2sdhana
      @way2sdhana Год назад +1

      thanks for the update...😊

    • @OPLala-yl1ku
      @OPLala-yl1ku Год назад +1

      Thanks a lot 🙏

    • @tundemurtala402
      @tundemurtala402 Год назад

      thank you.

    • @theaieyee
      @theaieyee 11 месяцев назад

      Hey, I just downgraded to version 6 and now I'm getting the invalid connection error

    • @souravchowdhury9367
      @souravchowdhury9367 6 месяцев назад

      Thank you bhai 2 din se parisan the😢

  • @Adrian-mu8gg
    @Adrian-mu8gg Год назад +14

    nice, would u do the exact same tutorial on nextJs with typescript? i was learning NextJS but reset password/OTP part was always a missing piece on any other tutorial out there~

  • @avinashmurmu9070
    @avinashmurmu9070 Год назад +4

    Hey Daily Tution, came after a long time. And was going thorugh your youtube channel and DAMMMNNNN bro!!!! AMAZING💯🔥❤ content, no doubt. But I was smiling at the same time cause, you have done some really cool stuff - Best of All the World! 😂 nice.
    Tutorial Structure like Net Ninja.
    Thumbnail Design like Fireship.
    And Delivering Content like Mosh Programming.
    Dammnnnn🤣 Best of ALL the Worlds. I have no offence, just saying it's very much noticable 😂.

  • @viralworld8701
    @viralworld8701 Год назад +4

    Thanks bro! such an amazing project You've done

  • @appstuff6565
    @appstuff6565 Год назад +2

    @4:02:00 ish when you are done with Password.js , and if you reload/refresh the page, it is because your zustand store is emply, so dont worry about it. He addresses this in @4:07:30 ish when the same thing happens in ProfileSettings realoading/refreshing the page. NOT AN ISSUE! He has solved it in around @4:11:20 ish by getting user from the token itself..

    • @Movie-s5w
      @Movie-s5w Год назад

      can you tell me I am stuck in Sign in functionality My token is not getting creating @4:03:56
      Please reply!!

    • @pokescreation
      @pokescreation Год назад

      Plzz help brooo

    • @appstuff6565
      @appstuff6565 Год назад

      what help you want? @@pokescreation

    • @appstuff6565
      @appstuff6565 Год назад

      sorry unfortunately i dont remember how i came around. you're better off seeing the latest tutorials..@@Movie-s5w

  • @ProudShetty
    @ProudShetty Год назад +3

    hello sir can you tell me what are the components I need to make changes to add role based authentication l. And what changes to make in database

  • @ashutoshagrawal7871
    @ashutoshagrawal7871 Год назад +7

    1:56:01 Post request is giving 500 internal server error pls help

    • @unfoldingcode
      @unfoldingcode Год назад

      Hi Ashutosh, I'm also getting the same error. I investigated a lot but unable to figure out the possible issue hence just wanted to know were you able to resolve this error ?

    • @ashutoshagrawal7871
      @ashutoshagrawal7871 Год назад

      @@unfoldingcode No

    • @appstuff6565
      @appstuff6565 Год назад

      hi ashutosh, i am getting the same error as of today, especially at api/register POST request [@1:56:20]...were you able to find the solution to this issue? If so, can you please help by addressing the same?
      Thank you for your time. :)

    • @unfoldingcode
      @unfoldingcode Год назад

      Resolved. For me it was a sort of VPN issue.

    • @appstuff6565
      @appstuff6565 Год назад

      @@unfoldingcode i have uninstalled vpn extension i had installed touchvpn chrome extension. I restarted vs code and still it doesnt seem to work...are you sure it was only VPN issue?

  • @appstuff6565
    @appstuff6565 Год назад +1

    first entry from front end takes place around @3:26:00 and we enter value in form and it gets stored in zustand

    • @pokescreation
      @pokescreation Год назад

      Hey,have u completed this?

    • @appstuff6565
      @appstuff6565 Год назад

      yes, months ago. @@pokescreation

    • @pokescreation
      @pokescreation Год назад

      @@appstuff6565 plzz help me broo
      I am stucked plzz

    • @pokescreation
      @pokescreation Год назад

      @@appstuff6565 i have completed till login and register testing,but stucked in getting get method username,plzz help

  • @sanjaykanth3653
    @sanjaykanth3653 8 месяцев назад +2

    How you remember class names of that tailwind... is there any tips please share us : )

  • @appstuff6565
    @appstuff6565 Год назад +1

    @3:02:00 when testing mail in thunderclient, make sure to register the user first..

  • @appstuff6565
    @appstuff6565 Год назад

    backend is set and now back to frontend from @3:02:30 and we start with axios

  • @siddhesh0368
    @siddhesh0368 11 месяцев назад +1

    Elements are not aligning center what is the issue code is same as yours

  • @appstuff6565
    @appstuff6565 Год назад +1

    @4:17:00 you might notice that your password isnt showing any components, do not worry, he has mentioned this and rectified this in @4:21:00 ish ...so just continue without worrying

  • @pradeeppatil8379
    @pradeeppatil8379 Год назад +2

    css is not working even if i follow same steps.

  • @thalessolomon8527
    @thalessolomon8527 Год назад +1

    when trying to register got this,
    Failed to load resource: the server responded with a status of 500 (Internal Server Error)

  • @sujithsundarbe4190
    @sujithsundarbe4190 Год назад

    AWSOME CONTENT THIS CHANNEL IS UNDERRATED BRO

  • @mdfajlerabby8958
    @mdfajlerabby8958 Год назад +2

    @1:56:00 Request route facing 500 error. I downgrade after facing the error to mongoose 6.8, 6.11.1, 6.00. Not any version is working. I am totally stuck! Couldnt find any solution from anywhere. I used vite instead of create react app because of custom tailwind uses. What can I do for it? Does anybody guide me?
    @DAILY TUITION!!!!!!!!!!

    • @anujnagdev452
      @anujnagdev452 Год назад

      I'm also facing same error. How did you overcome that error.

    • @vedantsingh2852
      @vedantsingh2852 Год назад

      Did you find any solution for this

  • @Rohan_is_discovering
    @Rohan_is_discovering Год назад

    Can you please tell me, What kind of architecture you are following? For example MVC or mvvm...

  • @ismailbakhach8990
    @ismailbakhach8990 6 месяцев назад

    what package do u use to send the opt ( sendgrid, nodemailer or ... ) i need to know before start the video cz sendgrid is not working for me

  • @yayaismailousmaneyaya4885
    @yayaismailousmaneyaya4885 10 месяцев назад +2

    I had problems during the first test.
    here is the error:Status: 500 Internal Server Error
    Size: 12 Bytes
    Time: 76ms.
    {
    error:{}
    }
    I need help

    • @UCSA_SahilSaini
      @UCSA_SahilSaini 9 месяцев назад

      did you resolve this .
      I also got same error.

  • @taiseer8882
    @taiseer8882 Год назад

    realy think you man you are the best
    react love daily

  • @AbdullahAli-t4w
    @AbdullahAli-t4w 6 месяцев назад +1

    Amazing project, hats off

  • @debugshorts6980
    @debugshorts6980 Год назад

    give me one answer where's come your static file tell me which one you add in forntend file.?

  • @appstuff6565
    @appstuff6565 Год назад

    hey thanks for this, im just starting out this tutorial and was wondering after logging in if we can design/create a dashboard that a user sees once he or she is logged in ?

  • @lokeshvasnik6872
    @lokeshvasnik6872 Год назад

    Can you make a video on google auth like google sign in option with jwt

  • @iUmerFarooq
    @iUmerFarooq Год назад +3

    Also add the mobile phone number OTP functionality.

  • @mathis-meth4229
    @mathis-meth4229 Год назад

    Just speechless!. You are awesome!

  • @Meow-6977
    @Meow-6977 Год назад +1

    I dont know why i cannot send the api over the thunder Client it is alwys turn out error ,but i see your video ur a susefully

    • @appstuff6565
      @appstuff6565 Год назад

      same issue for api/register/ POST API request, have you found the solution since its been 3 weeks?

    • @rinaaiko5619
      @rinaaiko5619 Год назад

      @@appstuff6565 same issue, have you found the solution?

  • @zainjahangir296
    @zainjahangir296 Год назад

    why you have created a middleware for username you can do it on /login route too & I'm confused that you are already implementing that logic in /logic route

  • @wisnuwicaksono6304
    @wisnuwicaksono6304 Год назад

    why you're using .btn:hover when you just can do hover: with tailwind classes?

  • @cedricgraffe5407
    @cedricgraffe5407 Год назад +1

    Hi. Thanks for the tutorial. What is the name of the vscode extension used for auto comments? Thank you so much

  • @vijaykoladara8302
    @vijaykoladara8302 Год назад

    Can you please make video on fooder structure of mern with typescript

  • @historymix13
    @historymix13 Год назад

    Did you make Vs code settings tutorial????
    I trying to make a blogt website using your vedios. But I am struggling with Vs code set up... I am a new bee .... please help 🙏

  • @cuongquoclepham3054
    @cuongquoclepham3054 Год назад

    Thanks for the tutorial.

  • @ABUTAHER-wg7gz
    @ABUTAHER-wg7gz Год назад

    is it possible to pupulate between different createConnection models

  • @appstuff6565
    @appstuff6565 Год назад

    Middle ware used in appController for verifying user after implementing JWT Token @2:06:30

    • @Movie-s5w
      @Movie-s5w Год назад

      my auth.js not working it is showing error

  • @kushkumarsoni3654
    @kushkumarsoni3654 Год назад

    Sir plz make a complete ecommerce using MERN stack

  • @cmbr9
    @cmbr9 Год назад +1

    Sir, the input fields and register/login buttons are not fitting inside the glass created in css, what to do?

  • @teckypk
    @teckypk Год назад

    Bro you are an Amazing person but please make these videos more detailed

    • @boringskill866
      @boringskill866 Год назад

      Hi bro I am Srinath I am getting few errors can you help me to resolve it

    • @vladguzun2522
      @vladguzun2522 Год назад

      @@boringskill866 what errors do you get?

    • @boringskill866
      @boringskill866 Год назад

      @@vladguzun2522 while calling useFetch in password component to display username and profile i am getting infinite loop calling

  • @talhakhan4423
    @talhakhan4423 Год назад +1

    i really appreciate your effort but
    you should show the output while making register login etc controller on the web browser so that we can find where we made mistake
    after following till 2:20:00
    i am leaving your video
    i waste so much time
    and you are not even replying to comments

    • @appstuff6565
      @appstuff6565 Год назад

      hey bro, chill, whats the issue? Let me know if you are facing any issue.

    • @syedaroohi1874
      @syedaroohi1874 Год назад

      @@appstuff6565 (node:12696) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. could you please guide

  • @bilal5488
    @bilal5488 Год назад

    sir also make one mern project complete

  • @Cloud-hz8ys
    @Cloud-hz8ys Год назад

    Do I must open the Port in Windows Firewall 8080?

  • @amar.mayer.kanna27
    @amar.mayer.kanna27 Год назад

    Thank you, vai.

  • @LukmaansStack
    @LukmaansStack Год назад

    when i logout and remove token and try to login again the password page is not loading i think it is trying to take data from getusername as the there is no token so it is not loading any solution for this?

  • @vidnchi7178
    @vidnchi7178 Год назад

    Thank you a lot

  • @glorieus27
    @glorieus27 Год назад

    What is font name in your vscode?

  • @gauravstr2146
    @gauravstr2146 Год назад

    Thank you so much❤

  • @AlexandreAkimLEROUX
    @AlexandreAkimLEROUX Год назад +1

    The register function in not working

  • @malleshyadavkanneboina
    @malleshyadavkanneboina Год назад

    6:00 how did you got master automatic

  • @appstuff6565
    @appstuff6565 Год назад

    JWT Token explanation from @2:00:20

  • @randomotaku6684
    @randomotaku6684 Год назад

    It show error of mongodb-memory-server will fully drop support what can i do

  • @the_anonymous369
    @the_anonymous369 Год назад

    How to provide the authorization token at header with frontend instead of just using postman?

    • @stephenawuah2020
      @stephenawuah2020 Год назад

      You can find a frontend dev to do it for you or learn react and fix it 🤲

  • @zinoo1120
    @zinoo1120 Год назад

    What font using in vscode?

  • @justicekelechi1483
    @justicekelechi1483 Год назад

    Just one question can this auth backend structure service a mobile app too?

  • @nitins5923
    @nitins5923 Год назад

    Hello sir, it is showing MongoMemoryServer instance failed during Mongodb server connect. What to do

  • @viralworld8701
    @viralworld8701 Год назад +2

    anyone from Bangladesh??

  • @soumyajitparia3275
    @soumyajitparia3275 Год назад

    4:14:16......my getUsername function does not return username only userId, ist and exp.....please help

  • @moszaa010274
    @moszaa010274 Год назад

    how to deploy sir?

  • @osamashaikh5811
    @osamashaikh5811 6 месяцев назад +1

    awesome video ❤. Just getting error while resetting the password ("node:internal/errors:496
    ErrorCaptureStackTrace(err);
    ^
    Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
    at new NodeError (node:internal/errors:405:5)") ?
    Can any one help ?

    • @amigaconcerebro
      @amigaconcerebro 2 месяца назад

      aap aik hi func mai 2 res bhej rhe hoge provide me detail err

  • @amanabrol976
    @amanabrol976 Год назад +1

    i am unable to register getting error 500

  • @CineStream24
    @CineStream24 4 месяца назад +1

    Bro.....I got the message 500 internal server error, instead of getting User register successfully, what to do bro ??

    • @ishangautam1369
      @ishangautam1369 3 месяца назад

      instead of using .then() .catch() just use await

    • @DailyTuition
      @DailyTuition  22 дня назад

      there is a error in the registration. that is why the execution return catch() method. find the error first.

  • @User-083-3
    @User-083-3 6 месяцев назад

    openssl not recognised showing any one tell me i am install openssl but showing error

  • @aeeweb6464
    @aeeweb6464 11 месяцев назад

    what is the theme name of vscode ?

  • @el-ishasuleiman140
    @el-ishasuleiman140 Год назад

    Thank you for the videos, I have learned a lot. But I have just encountered an error in trying to send an email with a nodemailer. Response: 421 service not available how don't solve the erreo

  • @appstuff6565
    @appstuff6565 Год назад

    Hi there, I just finished the tutorial and I thank you for this!
    However how can I do the remember me option so that my users dont have to sign in everyday? Do you have a video on that ? Can you send me the link if you do? Thanks

    • @PiyushYadav-pl9jm
      @PiyushYadav-pl9jm Год назад

      Did you face any issues while building the project ? I am going to follow along and It would be a big help to know any issues.

    • @jabiullahkhantalamarla7616
      @jabiullahkhantalamarla7616 Год назад

      Hey Im almost done with the project and since u have finished your project can u tell me that, like the ui of the form box when u zoom out to like 80% everything fits but when u zoom out to 100% which is the default browser size all the contents in the box come out how to fix this?

    • @abhaybhat9515
      @abhaybhat9515 Год назад +1

      @@PiyushYadav-pl9jm hey did you start the project? did you get any error? It would be a big help to know any issues in advance

    • @hashirscam
      @hashirscam Год назад +1

      @@jabiullahkhantalamarla7616 use media queries for responsiveness

    • @pokescreation
      @pokescreation Год назад

      ​@@hashirscamhave u completed?

  • @icongrindsetsfj
    @icongrindsetsfj Год назад

    Boss, Please teach us how to deploy such projects.

    • @SaiTeja-px6xl
      @SaiTeja-px6xl Год назад

      Github Pages

    • @boringskill866
      @boringskill866 Год назад

      Hello bro I almost complete it but getting few errors can u help me to resolve

  • @Raj-sh3lk
    @Raj-sh3lk 3 месяца назад

    Thankyou

    • @DailyTuition
      @DailyTuition  2 месяца назад

      Most Welcome Keep Supporting

  • @krantikumar2369
    @krantikumar2369 Год назад +1

    How can we add social media login ?

    • @boringskill866
      @boringskill866 Год назад

      Hello bro I almost complete it but getting few errors can u help me to resolve

  • @sanvirahmed
    @sanvirahmed Год назад

    I want to do the same thing with next-auth. How can I do that?

    • @boringskill866
      @boringskill866 Год назад

      Hello bro I almost complete it but getting few errors can u help me to resolve

  • @appstuff6565
    @appstuff6565 Год назад +1

    @1:56:00 API POST request not working for api/register with json data..anybody else facing this issue?

    • @ayushsinha1696
      @ayushsinha1696 Год назад

      Yup same issue

    • @appstuff6565
      @appstuff6565 Год назад +1

      @@ayushsinha1696 Someone else had the same issue and they said it had to do something with their VPN, however I had vpn in my chrome extension and i removed that yet still im getting the same issue.
      were you able to resolve it? if you havent solved it yet, and if you do find a solution please comment here..thanks..

    • @appstuff6565
      @appstuff6565 Год назад +1

      okay, so anyone going through this issue, i found the solution, apparently Mongoose doesnt accept callbacks in versions 7 and greater, they prefer to use aync/await or promises apparently as seen from google/stackoverflow. However the tutor has used version 6.8.0, which doesnt cause this issue yet. So my solution was to downgrade to mongoose which accepts callbacks, hence type in terminal "npm i mongoose@6.8.0" and it was fine to go.

    • @felixfale964
      @felixfale964 Год назад

      Copy the whole function and ask chatGPT to improve it and explain it to you. It's thanks to him that I understood.

    • @Coding-is-life
      @Coding-is-life Год назад

      Same Issues, I think because of he used Promise.. Did you guys fix it ?

  • @KristijanStosic
    @KristijanStosic Год назад

    My button in username component is not in the form, i copied everything from repo but cannot fix. Someone When i zoom out the browser to 80% its normally working, but when i return to 100% it goes out of the form. help please

    • @testblh
      @testblh Год назад +1

      Add zoom: 0.75; to glass class in Username.module.css. Thank me later!

    • @KristijanStosic
      @KristijanStosic Год назад

      @@testblh Thank you so much!

    • @pratyushkumar5740
      @pratyushkumar5740 Год назад

      with zoom:0.75 remove height also from @apply, it will be responsive and never comes out from that container

  • @JimohSegun
    @JimohSegun Год назад

    How can we host this project

  • @hw4289
    @hw4289 Год назад

    I am getting an error with my Promise.all block and can not figure out how to fix it. I have downgraded mongoose to version 6.8.0

  • @dineshfurry4661
    @dineshfurry4661 Год назад

    is this kotlin????

  • @sumanmaiti7506
    @sumanmaiti7506 Год назад

    openssl command not working

  • @patrikfiala498
    @patrikfiala498 Год назад

    Why is in every tutorial used mongoose? Cant find anything with just mongoDB.

    • @tunglee4349
      @tunglee4349 Год назад

      mongoose is ODM (Object Data Mapping) of mongoDB. Kind of same thing.

  • @NewUser-y1f
    @NewUser-y1f 8 месяцев назад

    anyone who can provide one on one classes on MERN stack online?

  • @jizzervirusreptikonski8756
    @jizzervirusreptikonski8756 Год назад +1

    Why you call a website "app"?

    • @code-with-me-2002
      @code-with-me-2002 Год назад

      page is not reloaded again in mern website so it is call web app

  • @semanss7075
    @semanss7075 Год назад

    how to function openssl command it is not working

    • @Jay__Patel
      @Jay__Patel Год назад

      you have to install it in your system and change the enviornment variables in system

  • @BiChamdXauPTai
    @BiChamdXauPTai 8 месяцев назад

    59:07

  • @tomiokascuteness1909
    @tomiokascuteness1909 9 месяцев назад

    25:22

  • @historeact8567
    @historeact8567 8 месяцев назад

    2:09:37 today report

  • @kaushiksri
    @kaushiksri Год назад

    @apply border-4 border-gray-50 shrink-0 h-3/4 w-[30%] rounded-3xl px-7 minw. the @apply error in this code i am not able to remove it. Any suggestions how to work on it ?

  • @kumarseb2510
    @kumarseb2510 2 месяца назад +1

    you are messing things applying all methods in one.

    • @DailyTuition
      @DailyTuition  2 месяца назад

      Could you explain it more...

    • @kumarseb2510
      @kumarseb2510 2 месяца назад

      ​@@DailyTuition I'm following everything, step by step in past few days. some portions of your explanation need some more detail rather just saying it by name. why because new learners won't understand (like me).It is still manageable with googling. But I would say this is a near high-level explanation. I'm at the end of the portion now. I don't want to complain it all. Great Job and thanks for the video🤝.

  • @MahendraSingh-vz6kr
    @MahendraSingh-vz6kr Год назад

    2:50:19

  • @boringskill866
    @boringskill866 Год назад

    Can anyone help me i am getting few errors

  • @gurvirbaraich2028
    @gurvirbaraich2028 Год назад

    The channel is inspired from codingwithmosh and makes use of same tone style and words 😂. Be original man😅

  • @deepaktv8280
    @deepaktv8280 Год назад

    Don't make this type of confusing video please be clear about mvc pattern and make otherwise noone can easily understand if you know hindi it will be better

  • @syedaroohi1874
    @syedaroohi1874 Год назад

    (node:12696) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. this error is coming while generating OTP. Please help someone @2:38:42

  • @alensiby7343
    @alensiby7343 2 месяца назад +1

    @ 1:56:19 i am getting 500 internal server error can anybody help me with this

  • @muralirbharadwaj429
    @muralirbharadwaj429 Год назад +1

    Hi, im getting 500 internal server error in register route

    • @mdfajlerabby8958
      @mdfajlerabby8958 Год назад

      Did you find any solution?

    • @hw4289
      @hw4289 Год назад

      @@mdfajlerabby8958 here for response because I am getting the same error as well

    • @padhmaprakash2937
      @padhmaprakash2937 Год назад +1

      Hi, I got the same problem. I downgraded to mongoose version 6.0.11 Now its working!

  • @speedster784
    @speedster784 Год назад +9

    When can we expect more next js projects

  • @shaloosingh7535
    @shaloosingh7535 Месяц назад +1

    I'm getting error msg "invalid database connection"

    • @DailyTuition
      @DailyTuition  22 дня назад

      The error is from the database connection. You have to check the connection function. Check database name, username and password and make sure you have a correct database connection URL.

  • @YogeshwarGopi
    @YogeshwarGopi Месяц назад +1

    In 1:01:16 I did not getting any file from windows why ?

  • @janapriyaroy7473
    @janapriyaroy7473 2 месяца назад +1

    Why do not show @apply tag?

  • @golden_designs
    @golden_designs 16 дней назад

    I just love your videos. They are very easy to follow.
    Thank you for all the knowledge you've been sharing on your channel

  • @atulchougale5745
    @atulchougale5745 Год назад +1

    I referring your video but I got error in register route status 500 i try solve but no error gone please give solution

    • @appstuff6565
      @appstuff6565 Год назад

      i am getting same issue...did you find a solution or the error?

    • @atulchougale5745
      @atulchougale5745 Год назад

      @@appstuff6565 i had make a changes in API function

    • @appstuff6565
      @appstuff6565 Год назад

      @@atulchougale5745 can you please highlight what changes you had to make to make it working? I am stuck at it..