Javascript – Refused to connect to 'http://localhost:3001/user/signup' because it violates the document's Content Security Policy using React and Node Js
I am creating a signup page using React and for my Backend I am using Node JS. When I am trying to call my signup api of Backend I am getting the following error api.js:31 Refused to connect to 'http://localhost:3001/user/signup'…