-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addon validation fails completely on large files #4055
Comments
Can you please share the file you're trying to upload? Is this currently blocking you from submitting your add-on? |
Closing this due to lack of information. Please re-open this if you're still experiencing the problem. |
I received the same error when trying to have my extension signed: Validation URL is: https://addons.mozilla.org/en-US/developers/upload/c65513ae305a4cdbaf4600dad60af212 Two files are larger than 4 MB in the extension: These are ruleset files to be used by the declarativeNetRequest API, the only workaround I can see is:
The extension package: Update: After some more thoughts, I did find a workaround to reduce the size of the DNR ruelset files. I could bring down the size as follow:
So it's no longer an obstacle at the moment to publish my extension on AMO, but eventually this still should be addressed as there is no documented limit how how large a DNR ruleset file can be. |
Describe the problem and steps to reproduce it:
File is too large to parse, upload an extension with a file larger than 4MB
What happened?
Receive the error "File is too large to parse", so cannot sign an unlisted addon that is a develop build that isn't minified.
What did you expect to happen?
Get a signed extension
Anything else we should know?
https://addons.mozilla.org/en-US/developers/upload/d0a95d7b4efd47008b2b7e7fc5bec167
The text was updated successfully, but these errors were encountered: