I was stuck on this for a while also. I have no idea why but when I used data-bs-dismiss
in stead of data-dismiss in the class for the close button it worked for me.
data-dismissis on Bootstrap 4.x version whiledata-bs-dismissis on Bootstrap 5.x version.
Please see below full code for close button.
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>