In my full-stack project (server-side rendered) I have my bundle.js file which I am including in my base HTML file using a simple script tag, but on trying to render the page and using the JS functionality, it gives the error of violation of content security policy
This is the error I receive
I found several solutions on Stack Overflow here : Refused to load the script because it violates the following Content Security Policy directive
However none of the given solutions seem to fix the issue. Please tell how to resolve this issue