expo build:android Request failed with status code 401

Expo CLI 3.4.1 environment info:
System:
OS: Windows 10
Binaries:
Yarn: 1.17.3 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.12.0 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: Version 3.5.0.0 AI-191.8026.42.35.5791312

Hi guys, i am trying to run expo build:android -t apk and getting Request failed with status code 401.
Some advices?

Try expo whoami to see if expo is logged in. If not logged in, try expo login

tried logout and login.
Still “Request failed with status code 401” after expo build:android -t apk

Found it.
If i put an owner into the app.json than the failure comes up.

“expo”: {
.,…
“owner”: “xyz”,

Bug?

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.