#10 Login Register Authentication in React Native with Node JS, Express JS and Mongo DB ||

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ม.ค. 2025

ความคิดเห็น • 60

  • @lazys7151
    @lazys7151 10 หลายเดือนก่อน +2

    THANK YOU! 3 days couldnt do this authentication and your video just helped me to get through this. Bless you, my friend))

    • @thedebugarena
      @thedebugarena  10 หลายเดือนก่อน

      Thnx. You can check out other videos too.

  • @harshkhandewal6153
    @harshkhandewal6153 8 หลายเดือนก่อน

    brother your teaching skills is too awesome anyone can easily understand☺😊😊

  • @sire906
    @sire906 11 หลายเดือนก่อน

    thank you so much your videos are amazing i understand everything and they work just fine ❤

  • @PaintSkate8
    @PaintSkate8 10 หลายเดือนก่อน

    hey man can you help me out? I'm trying to do the axios post request to login, but I keep getting this error (only after typing into one of the text frields):
    [TypeError: cyclical structure in JSON object]
    Any idea what can cause this?

  • @prestonbuchanan5449
    @prestonbuchanan5449 4 หลายเดือนก่อน

    Thank you very much for this series. Did you ever build the Google / FaceBook login on React Native? Thank you very much!!!!

    • @thedebugarena
      @thedebugarena  4 หลายเดือนก่อน

      Yes I did I will try to cover that as well

  • @Itssaqi06
    @Itssaqi06 8 หลายเดือนก่อน

    Some suggestions for you, try to use proper folder structure for better understandings, like use MVC(Model, View, Controller) and dotenv also gitignore.

    • @thedebugarena
      @thedebugarena  7 หลายเดือนก่อน +1

      Thank you for the feedback! I'll definitely keep that in mind.

  • @WarriorBeastYT
    @WarriorBeastYT 11 หลายเดือนก่อน +1

    what if i build this app then i can't do npm start for the index.js to start the port ,what should i do then ? (am new to react and all :) )

    • @thedebugarena
      @thedebugarena  11 หลายเดือนก่อน

      Didn't get your question

    • @bilelrahmouni01
      @bilelrahmouni01 10 หลายเดือนก่อน

      run npm install

  • @mayurasandakalumsellapperu6778
    @mayurasandakalumsellapperu6778 9 หลายเดือนก่อน

    You saved my life ❤❤

  • @mohderaf4296
    @mohderaf4296 2 หลายเดือนก่อน

    running on usb debugging the api is working but in the apk the api is not working any solution

    • @thedebugarena
      @thedebugarena  2 หลายเดือนก่อน

      @@mohderaf4296 ya it will not you will have to host the backend for that

  • @כפירזילברנגל
    @כפירזילברנגל 7 หลายเดือนก่อน

    Nice video!
    Where I can find your background for the profile user? its look pretty

    • @thedebugarena
      @thedebugarena  7 หลายเดือนก่อน

      Thanks!! These backgrounds are called as BLOB. I have used MagicPattern to generate this.

  • @moyeon07
    @moyeon07 4 หลายเดือนก่อน

    Can someone help me with this?
    Whenever I try to open mongodb atlas using wifi it doesn't open even tho I have added the ip address in the network access list
    Till evening it was working fine;
    When I switched to my data and added it's ip address I was no longer able to access it using wifi
    Now I'm only able to access it using my

    • @thedebugarena
      @thedebugarena  4 หลายเดือนก่อน

      Try putting 0.0.0.0 in ip it should work for all

  • @roidespiratesv1
    @roidespiratesv1 6 หลายเดือนก่อน

    While building the Apk of the project , do we need to change the IP address while doing POST with axios in the Database ?

    • @thedebugarena
      @thedebugarena  6 หลายเดือนก่อน +1

      Yes if you want to work with backend you have to

    • @roidespiratesv1
      @roidespiratesv1 6 หลายเดือนก่อน

      @@thedebugarena Thanks Sir

  • @wade_wilson6_9
    @wade_wilson6_9 8 หลายเดือนก่อน +1

    What if we use expo go in our mobile . What would be the ip then ??

    • @thedebugarena
      @thedebugarena  8 หลายเดือนก่อน

      It would be same it should work with that also.

    • @wade_wilson6_9
      @wade_wilson6_9 8 หลายเดือนก่อน

      @@thedebugarena actually it is not working in expo go app. Can you suggest anything please..??

    • @kpummoses9747
      @kpummoses9747 8 หลายเดือนก่อน

      Yes, good question

    • @thedebugarena
      @thedebugarena  8 หลายเดือนก่อน

      @@wade_wilson6_9 can you dm me on instagram we can solve the issue there

    • @wade_wilson6_9
      @wade_wilson6_9 8 หลายเดือนก่อน

      @@thedebugarena Sure

  • @BharatVlogsss
    @BharatVlogsss 10 หลายเดือนก่อน

    Great bro u r superb

  • @sadanandmasurkar6668
    @sadanandmasurkar6668 6 หลายเดือนก่อน

    Doing same process but my node js is not connecting to emulator any option like proxy or something?

    • @thedebugarena
      @thedebugarena  6 หลายเดือนก่อน +1

      Are you using localhost:3000 like this? If yes then remove that and instead of that use ip address

    • @sadanandmasurkar6668
      @sadanandmasurkar6668 6 หลายเดือนก่อน

      @@thedebugarena no I use 192.168.1.5:8082 but till not

    • @sadanandmasurkar6668
      @sadanandmasurkar6668 6 หลายเดือนก่อน

      It work for me 10.0.2.2: port number thanks for responding

  • @anonimanonim1223
    @anonimanonim1223 11 หลายเดือนก่อน

    Are you using Rest API in this project or something similar to Rest API?

    • @thedebugarena
      @thedebugarena  11 หลายเดือนก่อน

      I am creating API to perform login authentication.

  • @bilelrahmouni01
    @bilelrahmouni01 10 หลายเดือนก่อน

    normally after the user register he should be logged in automatically no?

    • @thedebugarena
      @thedebugarena  10 หลายเดือนก่อน +1

      Yes you are correct. But this playlist is mostly for beginners so I don't want to complicate things. If you want to do login after register you can call that api in same function make sure to verify all conditions based on response.

    • @masar-at
      @masar-at 10 หลายเดือนก่อน

      @bilelrahmouni01 you have to implement email verification in order to login the user.

  • @dhruvilshah755
    @dhruvilshah755 6 หลายเดือนก่อน

    Why you not pass the cors in back-end

  • @ytprogamer6701
    @ytprogamer6701 4 หลายเดือนก่อน

    In my case the backend in not accepting the data 🥲, bro could you please help me...🥲🥲

    • @thedebugarena
      @thedebugarena  4 หลายเดือนก่อน

      What error are you getting

  • @emmanuelareiza9699
    @emmanuelareiza9699 8 หลายเดือนก่อน

    Muchas gracias profe

  • @muskanverma-ep5tb
    @muskanverma-ep5tb 9 หลายเดือนก่อน

    I am getting Axios network error how to solve it

    • @thedebugarena
      @thedebugarena  9 หลายเดือนก่อน

      You can try testing your api from postman if it works there then the problem might be with you react code. If issue is still there you can dm me on instagram

  • @jsagar95
    @jsagar95 3 หลายเดือนก่อน

    Thanks!

  • @lokeshchauhan6253
    @lokeshchauhan6253 ปีที่แล้ว

    mera regristaion fail kri ja rha ha

    • @thedebugarena
      @thedebugarena  ปีที่แล้ว

      Kya issue aa rha h

    • @lokeshchauhan6253
      @lokeshchauhan6253 ปีที่แล้ว

      @@thedebugarena hogyaa IP address system ka nhi network ka use krke houa

    • @thedebugarena
      @thedebugarena  ปีที่แล้ว

      @@lokeshchauhan6253 👍👍

  • @vaishnavanand8918
    @vaishnavanand8918 11 หลายเดือนก่อน

    thank you sir so much

  • @emmanuelareiza9699
    @emmanuelareiza9699 8 หลายเดือนก่อน

    thank you master

  • @emmanuelareiza9699
    @emmanuelareiza9699 8 หลายเดือนก่อน

    Master TY

  • @devgauravjatt
    @devgauravjatt ปีที่แล้ว +1

    Bhai ram and pc information ℹ️

    • @thedebugarena
      @thedebugarena  ปีที่แล้ว +1

      8 gb Ram, Dell inspiron 13, 500 gb SDD

  • @waleedvrock
    @waleedvrock 11 หลายเดือนก่อน

    F:\MJ\MJS_B
    ode_modules\mongoose\lib\mongoose.js:530
    throw new MongooseError.MissingSchemaError(name);
    ^
    MissingSchemaError: Schema hasn't been registered for model "UserInfo".
    Use mongoose.model(name, schema)
    at Mongoose.model (F:\MJ\MJS_B
    ode_modules\mongoose\lib\mongoose.js:530:13)
    at Object. (F:\MJ\MJS_B\app.js:13:23)
    at Module._compile (node:internal/modules/cjs/loader:1376:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
    at Module.load (node:internal/modules/cjs/loader:1207:32)
    at Module._load (node:internal/modules/cjs/loader:1023:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
    at node:internal/main/run_main_module:28:49
    Node.js v20.10.0
    [nodemon] app crashed - waiting for file changes before starting...