I am facing below error when running example app in expo web. It work fine on iOS.
localhost/:35
GET http://localhost:8081/src/index.bundle?platform=web&dev=true&hot=false&lazy=true&transform.engine=hermes&transform.routerRoot=app net::ERR_ABORTED 500 (Internal Server Error)Understand this error
localhost/:1 Refused to execute script from 'http://localhost:8081/src/index.bundle?platform=web&dev=true&hot=false&lazy=true&transform.engine=hermes&transform.routerRoot=app' because its MIME type ('application/json') is not executable, and strict MIME type checking is enabled.Understand this error
Describe the issue
I am facing below error when running example app in
expo web
. It work fine oniOS
.Expected behavior
Works fine on web
Steps to reproduce
cd apps/examples
yarn && yarn dev:web
Test case
No response
Additional comments
No response