Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting error when running example project: ApiV2Error: Entity Not Authorized. #4473

Open
mrpmohiburrahman opened this issue Aug 8, 2024 · 1 comment
Labels

Comments

@mrpmohiburrahman
Copy link

Current behaviour

When trying to run the example project according to do the docs

it's giving me the following error

ApiV2Error: Entity Not Authorized.

Expected behaviour

It should run the app on expo-go without any issue.

How to reproduce?

If we follow the docs on Running the example section, this error can be reproduced.

Preview

Here is a video of current error

expo-go-error-on-example-project.mp4

What have you tried so far?

According to this answer in StackOverflow, this issue is generating because of "owner" field on app.json.

We can use the following command to resolve the issue according to this answer

npx expo start --offline

This will run expo without internet connection which will ensure, that owner field won't affect running the example project on expo-go

Your Environment

software version
ios 17.2
android x
react-native 0.71.8
react-native-paper 5.12.5
node 20.16.0
npm or yarn 10.8.1
expo sdk ~48.0.18
@mrpmohiburrahman mrpmohiburrahman changed the title ApiV2Error: Entity Not Authorized. Getting error when running example project: ApiV2Error: Entity Not Authorized. Aug 8, 2024
@mrpmohiburrahman
Copy link
Author

I have made changes and contributed to the doc in this pull requests #4474

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant