expo / examples

Example projects that demonstrate how to use Expo APIs and integrate Expo with other popular tools
2.23k stars 867 forks source link

Unhandled promise rejection: Error: Unauthorized (after logging in auth0) gets this error? expo issue! #382

Open Antima99 opened 2 years ago

Antima99 commented 2 years ago

i get this error, after getting authorised from Auth0, what could be wrong?

Error: ENOENT: no such file or directory, open 'PATH/http:/127.0.0.1:19000/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&hot=false&minify=false' at Object.openSync (node:fs:585:3) at Object.readFileSync (node:fs:453:35) at getCodeFrame (/Users/abhi/develop/e-health-poc/node_modules/metro/src/Server.js:949:18) at Server._symbolicate (/Users/abhi/develop/e-health-poc/node_modules/metro/src/Server.js:1022:22) at processTicksAndRejections (node:internal/process/task_queues:96:5) at Server._processRequest (/Users/abhi/develop/e-health-poc/node_modules/metro/src/Server.js:429:7) { errno: -2, syscall: 'open', code: 'ENOENT', path: 'PATH/http:/127.0.0.1:19000/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&hot=false&minify=false' }