For me, this was caused by not including the # in my data-bs-target.
Incorrect:
<button type="button" data-bs-target="modal-test" data-bs-toggle="modal">
Correct:
<button type="button" data-bs-target="#modal-test" data-bs-toggle="modal">
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.