Relative Content

Tag Archive for reactjsnext.jsreact-hook-formserver-action

Data is not being dispatched in Next.js 14 with server actions and Hook Form

I have some problem with creating an object in Next.js 14. When I click a button with type=”submit” then nothing is going on. My problem is that I want to first upload the image to the cloudinary and then retrieve URL of that image to sent it to the database. Maybe I’m doing something wrong. Please help me.