Describe the bug
I seem to be unable to start the server and run the app on iOS expo go app. I am able to run clone and install dependencies. After running npm run ios this is the outcome:
Notice the errors ApiV2Error: Entity Not Authorized. in red on VSCode console. These come up after pressing try again on the emulator.
To Reproduce
Steps to reproduce the behavior:
Open emulator
Install project dependencies npm i
Start server npm run ios
Expected behavior
I expected to see the app on the emulator.
Screenshots
Desktop (please complete the following information):
Node: 14.7.0
Smartphone (please complete the following information):
Describe the bug I seem to be unable to start the server and run the app on iOS expo go app. I am able to run clone and install dependencies. After running
npm run ios
this is the outcome:Notice the errors
ApiV2Error: Entity Not Authorized.
in red on VSCode console. These come up after pressingtry again
on the emulator.To Reproduce Steps to reproduce the behavior:
npm i
npm run ios
Expected behavior I expected to see the app on the emulator.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context n/a