Bug Development mode + web-installer can result in add-ons being unexpectedly broken

There is a bug in this version
X

Xon

Guest
If a user has enabled development mode, the web-installer for add-ons becomes a nasty footgun which can break add-ons and is deeply confusing for users. The root of the issue is when development mode is enabled, _output will be partially updated it some parts of the add-on's data is touched/modified.

The web installer will deploy the new _data from the add-on zip but actually ignored completely if _output exists. There is no warning, just a deeply broken add-on...

Read more

Continue reading...