Hello, in my multiplatform compose web app, I am f...
# compose-web
r
Hello, in my multiplatform compose web app, I am facing issue while rendering the generated JS browser says
Copy code
The resource from "<http://localhost:8080/my-file.js>" was blocked due to MIME type ("text/html") mismatch (X-Content-Type-Options: nosniff).
I have confirmed the name and its getting generated in the same folder as index html Not sure what is the reason Anyone faced a similar issue ?
ok, There were multiple JS files generated one in
root/build
folder other in
root/webApp/build/distributions
both of these generated JS were having different names Now the one JS file which is actually looked for running webApp is from
distributions
folder, but I was using the one in
root/build
which caused the issue for not rendering