-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
Hello, I've been testing BPP in my open-source repository, and I was able to successfully build & publish my extension to the Chrome and Edge stores. However, in this failed workflow, Firefox throws a "duplicate add-on ID found" error. I intentionally leave the firefox.extId value blank in my keys.json, because my manifest.json contains the following:
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
}After double-checking the schema for the keys file, it says to check the Technical Details section of my addon listing, which displays:

Is this an error on my end? Should I manually include the extension id of [email protected] in the BPP keys.json, or would that be redundant?
Which browsers are you seeing the problem on?
Firefox
Relevant log output
Error: firefox: Step 1) Item ""[email protected]" (Halo Notification Service)": Duplicate add-on ID found.Code of Conduct
- I agree to follow this project's Code of Conduct
- I checked the current issues for duplicate problems.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working