For the recent few days I have been having the WORST TIME of my dev life with this weird error. Your explanation cured my (metaphorical) cancer! Thanks a lot!
@aberba Жыл бұрын
That's seems to me like a bad API design in Next.js
@sorintautu5025 Жыл бұрын
I was doing the exact same pattern of abstracting the db queries is a separate function and calling that function from the server action and getting that error. Very good video!
@zunnoorainrafi5985 Жыл бұрын
Hi , I want to learn about AWS (EC2,S3 , lambda) and their integration with React application. So from where I can learn these efficiently.
@JamesRyanCooper5 ай бұрын
Thanks for the very informative video! I had this issue and didn't realize it. It was causing an error to pop up during my authentication flow, which I was planning to investigate but hadn't gotten around to yet. You probably saved me hours of racking my brain. Thanks!
@Love-id8gu Жыл бұрын
Hi. It's me again :)))) I think comments for youtubes affect positively on your channel! 😇❤ Could you please make the following video: example of user authorization, registration, user roles. Please use nextjs 14, typescript, server actions, nextauth 5, prisma, shadcn ui, react-hook-form, zod, sonner. Have a nice day 😘
@den99439 ай бұрын
I don't know why you have not attached your lib, but I've found it (might-fail) and tapped a star in github. Thank you!
@wasteghost Жыл бұрын
great video, pretty mindblowing!
@7doors847 Жыл бұрын
Absolutely agree! 💯%
@festusyuma1901 Жыл бұрын
Had an error where my code always failed when I wrapped my redirect with a try catch. struggled with it for a few hours before realizing the try catch being there was the problem
@chrisgascoyne295811 ай бұрын
Wow thats actually wild, I had no idea😮
@carlosricardoziegler2650 Жыл бұрын
Really nice video, I dont know this, thanks a lot
@danlazer7419 ай бұрын
This is a reason I'm still coding in react with the react router dom.
@shecodes94623 Жыл бұрын
I love your videos, please do keep going
@ninjasploit Жыл бұрын
Let's just re-throw it if its a NEXT_REDIRECT :')
@engine_man Жыл бұрын
Well broken down
@_tanzil_3 ай бұрын
OMG I never knew that!! Why the F*k nextjs would design their framework like that!! This is so unprofessional!!
@_tanzil_3 ай бұрын
Subscribed. And I'm gonna use the might-fail npm package. Thanks!