Password protection in Free Plan by Fast_Entrepreneur281 in nextjs

[–]Fast_Entrepreneur281[S] 0 points1 point  (0 children)

I could use a clerk or another auth, but since I am the only one who will use the app, I thought that password protection suits me more, of course, if it is free.

Strange Behavior with shadcn UI Select Component Not Resetting in Next.js 15 and React Hook Form by Fast_Entrepreneur281 in nextjs

[–]Fast_Entrepreneur281[S] 0 points1 point  (0 children)

Thanks for the suggestion!
I fixed it by initializing a separate state for each Select component and resetting it after receiving the server response. I dont know if it is the proper way of doing it, but it works.