make sure both you title and category fields have values (not empty) as your dynamic page URLs depend on both to be generated.
in your database the title field is empty so no URL field is empty, links are not being generated, that’s why the buttons aren’t linking. you can solve that by:
also, make sure your button is linked to the dynamic page in the right way.
you can link the button to the dynamic page or you can add on button click event that redirect the user to the dynamic page using wixLocationto(). and to know to what dynamic item page to open, you can get it from repeaters data set using getCurrentItem() function.
you can check the following documentations for more: