I am not getting the Dismissing Alert as shown in bootstrap when I Include it in Express application I am new to node.js and express so please help me
below an image is attached which is my file structure :
file structure image click here
below is an image of my boilerplate code :
boilerplate of my application click here
below is my file in which I have included my bootstrap Dismissing alert : click here
below is my output of Dismissing Alert :
ignore the Dismissing alert message as I have kept that message temporarily
as you can see I am not getting the button to close the alert please someone help me
Not sure about your data-bs-dismiss attribute on your close button markup, why do you have a "-bs-" in there? As far as I remember it's just data-dismiss="alert" (if you don't do it manually with jQuery $('.alert').alert()?