Next.js Error Handling Patterns || Common Mistakes To Avoid

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ธ.ค. 2024

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

  • @akbarsheikh5690
    @akbarsheikh5690 5 หลายเดือนก่อน +2

    Sir I love the way you teach .With so much clarification

    • @tapasadhikary
      @tapasadhikary  5 หลายเดือนก่อน

      Glad to hear that

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

    As always, extremely good explanation. I come mainly from backend, and your videos are being valuable building my SaaS using NextJs for front end.

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

      @@legiampaoli super 👌

  • @AnwerJahid-g6t
    @AnwerJahid-g6t 4 หลายเดือนก่อน +1

    Thank you very much for your very informative tutorials. I'm enjoying a lot. 41:38 you said that your are going to discuss on "not found" but didn't.

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

      Thank you! Planning a new video on it sir 🙌

  • @luner_lynx
    @luner_lynx 5 หลายเดือนก่อน

    Very Clear Explaination ... once some one watch this properly it will tough for him to forget the concepts i believe... Thanks.

    • @tapasadhikary
      @tapasadhikary  5 หลายเดือนก่อน

      Thank you, glad you liked ❤️

  • @akbarsheikh5690
    @akbarsheikh5690 5 หลายเดือนก่อน +1

    Your video is amazing with so much details.And the way you teach sir

    • @tapasadhikary
      @tapasadhikary  5 หลายเดือนก่อน

      Thank you very much!

  • @md.nuruzamanmilon5907
    @md.nuruzamanmilon5907 5 หลายเดือนก่อน +1

    good explanation dada🥰

    • @tapasadhikary
      @tapasadhikary  5 หลายเดือนก่อน

      Thanks vai, glad you liked ❤️

  • @최문길-k9u
    @최문길-k9u หลายเดือนก่อน +1

    Good

  • @bojanarcon5418
    @bojanarcon5418 13 วันที่ผ่านมา

    Good job buddy, keep them comming 🤘
    Is there a chance to do a video on error handling of services in NextJS with ReactQuery and tRPC? More as a centralized solution where we can customize what we want to show in log and what to the public.

    • @tapasadhikary
      @tapasadhikary  7 วันที่ผ่านมา

      This is a nice topic.. I will sit on it in my Christmas vacation time.

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

    25:31 The custom error message thrown from page.js is successfully caught in the error.js file, but it only works on the development server. In the production server, Next.js does not allow custom error messages to be displayed. Instead, it shows a generic message, claiming this is done for security reasons.
    The error message shown in production is:
    “An error occurred in the Server Components render. The specific message is omitted in production builds to avoid leaking sensitive details.”
    Is there any way to display my custom error message in production, just like in the development server?

    • @tapasadhikary
      @tapasadhikary  29 วันที่ผ่านมา

      It is pretty tricky to do with error.js in the production. As much as I remember, you have to create custom error and provide a custom digest so that React will not override it and only then it appears on the production.

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

    good video but what was missing for me was how to catch errors when prefetching data from a server component

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

      @@phillipjacowski ok can be separate video, thanks for looking into it.

  • @zenobiusztasak8604
    @zenobiusztasak8604 16 วันที่ผ่านมา +1

    Hi. Is there a possibility to redirect into error.tsx or error-global.tsx from client component without changing url ? I wonder how to manage client side errors

    • @tapasadhikary
      @tapasadhikary  14 วันที่ผ่านมา

      For client side, you need to use ErrorBoundary.

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

    Awesome video.... Unfortunately I can't like more than once. My one like ===1M like...
    Thanks

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

      Wow.. thanks a lot man.. so happy to know it helped and you liked it...