While deploying a react app in VM server, I ran across "Refused to execute script from 'https://domaninname.com)/web/error' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled. " with status code 302.
Request URL: https://domainname.com/web/error What I want is https://domainname.com/app/v1/auth Method : GET I used nginx.
Someone please help to fix this.