React App deployment in VM server - 302 status code

18 Views Asked by At

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.

0

There are 0 best solutions below