Licensing of Cloud Plugin not working - Atlassian Connect

Hi,

I have a problem installing my add-on in Jira Cloud, I already have the enableLicensing: true and I have installed with the token generated in the private list of the marketplace but I keep getting that it is not licensed. Please kindly support me.

My atlassian-connect.json file :

{
    "key": "com.jmc.jira.plugins.jmc-powerbi-report",
    "name": "----",,
    "description": "----",
    "enableLicensing": true,
    "vendor": {
      "name": "Jose Mateo Carrasco"
    },
    "baseUrl": "{{localBaseUrl}}",
    "links": {
        "self": "{{localBaseUrl}}atlassian-connect.json"
    },
    "authentication": {
        "type": "jwt"
    },
    "lifecycle": {
      "installed": "/installed"
  },
    "scopes": [
        "READ","WRITE"
    ],
    "apiMigrations": {
      "signed-install": true
    },
    "modules": {
            .....  
      }
      ]

    }
}

Captura de Pantalla 2021-11-28 a la(s) 12.17.39

Thank you