Android internal test

Hi,

I am using managed workflow and I have created a dummy app with

$ expo --version
5.2.0
$ expo init Mar1
 > tabs (TypeScript)   several example screens and tabs using react-navigation and TypeScript

I have been able to build with

$ eas --version
eas-cli/0.47.0 darwin-x64 node-v16.13.0
eas build --platform all

I have been able to publish to Apple TestFlight but I am failing to get a build into the the Google App Store internal testing track.

I am getting the following error

[logs] Preparing aab at path '/tmp/submissions/903831b7-40d0-4ba9-a160-dd63b484f580/8f02817a_24eb_44ca_941d_2646ab5bfd87_bf6d28ffba80415e92984a0f3550b4c7.aab' for upload...
[logs] Updating track 'internal'...
[logs] Uploading all changes to Google Play...
[logs] [!] Google Api Error: Invalid request - Only releases with status draft may be created on draft app.
[logs] fastlane supply failed
[logs] Failed to submit the app

My eas,json file is

{
  "cli": {
    "version": ">= 0.47.0"
  },
  "build": {
    "development": {
      "developmentClient": true,
      "distribution": "internal"
    },
    "preview": {
      "distribution": "internal"
    },
    "production": {}
  },
  "submit": {
    "production": {}
  }
}

I would really appreciate any help or advice.

Thanks
Rob

You can set release status in eas json submit profile, currently your production profile is empty so it’s using default values