I'm encountering a CORS Policy Error while attempting to implement Bootstrap for my project. The site is only showing plain HTML without any styling, and clicking the "Add to table" button does not trigger the modal window. I am also unsure why the style isn't being applied.
<!doctype html>
<html lang="en>
...
</button>
</div>
</div>
Below is the error message:
Access to CSS stylesheet at '' from origin 'http://localhost:63341' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: It does not have HTTP ok status. index.html:7GET net::ERR_FAILED
Any suggestions on resolving this issue?
Appreciate your help!