I have to build a small project in react and deploy it on s3 and used it in my CodeIgniter project using the iframe
HTML tag.
in react project, I have written a code to check the parent page URL but that script won't work and gives this error...
Source map error: Error: request failed with status 403 Resource URL: https://codingjrgfs.s3.ap-south-1.amazonaws.com/WebDev2/static/js/main.5d596050.chunk.js Source Map URL: main.5d596050.chunk.js.map
i have tried to use that url in https://www.programiz.com/html/online-compiler/ script working fine but in my site it won't.