Solved: Webextension error: Add-on ID doesn’t match add-on

For some reason I am unable to upload new versions of my Addon.
No matter what I upload, it always tells me “Add-on ID doesn’t match add-on”

Even when I upload the current version again (so the same file which is currently downloadable), I get that error.

my manifest.json has set the id "seamapplus2@quina.at", which is the same I have always used.

The Add-on-page: https://addons.mozilla.org/de/firefox/addon/seamapplus/
example-xpi-files which arent working:
https://www.dropbox.com/s/jjar177hp18fanh/seamapplus2.1.3.xpi?dl=1
https://www.dropbox.com/s/tsc8i1s6qzecxsk/seamapplus2.2.0.xpi?dl=1

I hope, somebody can help me :slight_smile:
Thanks!

Your add-on id is {ebbf714c-875b-4e14-a4b4-edb412648271}, so that’s the one you need to use. Your latest versions were submitted with an incorrect ID and were accepted incorrectly by AMO. I suggest that you disable them and upload a new version with the correct ID.

Ah thank you very much! That works :slight_smile: