cancel
Showing results for 
Search instead for 
Did you mean: 

Error when submitting new Extension for review

Error when submitting new Extension for review

We are trying to submit our first extension for Technical Review.

The zip file passes validation by the Magento PHP script, so we felt confident going to upload the zip file.

 

The submission page accepts the zip file as an upload.  But when we click the "Submit" button, we can only get the error message:

Repo rejected file upload - Failed.

 

The AJAX response is:

{"technical":{"code":1322,"message":"Repo rejected file upload - Failed."},"code":1322,"message":"Repo rejected file upload - Failed.","submission_id":"nme1uobg1n"}

We cannot seem to get past this.

Is there a problem with the file uploader?

 

 

3 REPLIES 3

Re: Error when submitting new Extension for review

I am also getting same error, how did you fix the issue?

Re: Error when submitting new Extension for review

Make sure to add Shared Package (Base module) module if exists in composer.json.
And in composer.json if you are adding dependency to other modules so make sure that the assigned version for those modules are available for magento current versions to overcome this let me give you an example:

If you are adding dependency for:

"magento/framework": "100.0"

Here you have added the version "100.0", and if this version is not available for the Submitted Magento version so it will not work.
So to overcome this you can use  greater than equals to (>=) sign "magento/framework": ">=100.0"


Your submission will be successful.

Re: Error when submitting new Extension for review

If you're encountering an error while submitting a new extension for review at ICT Salon, ensure all required fields are correctly filled out and that there are no formatting issues with your submission. Double-checking the submission guidelines can also help troubleshoot common errors.