You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dsokal@Dominiks-MacBook-Pro ~/work/expo/example-apps/teecee main eas_dev build
✔ Select platform › All
AssertionError: You must have access to the dominikdoesntexist account to run this command
Code: ERR_ASSERTION
ensureProjectExists
crashes with cryptic HTTP 500 in the following situation:userABC
- this name is registered in user databaseapp.json
i have different username:userXYZ
doesn't exists on wwwensureProjectExists
is called, it tries to create non existing project@userXYZ/my-app
and fails with HTTP 500 with no messageWe should handle these cases in some way and at least show a proper error message.
The text was updated successfully, but these errors were encountered: