Open
Description
Is this a feature request or a bug?
After upgrading from v7 to v8, the .sign()
command no longer works for me due to this error:
Invalid AMO API base URL: undefined
My code is:
import webExt from 'web-ext';
await webExt.cmd.sign({
apiKey: '<hidden>',
apiSecret: '<hidden>',
artifactsDir: '<hidden>',
channel: 'unlisted',
sourceDir: '<hidden>',
})
I can overcome this error by adding:
amoBaseUrl: 'https://addons.mozilla.org/api/v5/'
But the docs say I shouldn't need to do that as this is already the default.
What is the current behavior?
If no amoBaseUrl
is specified, error is thrown.
What is the expected or desired behavior?
If no amoBaseUrl
is specified, the default is used.
Version information (for bug reports)
- Firefox version: N/A
- Your OS and version: MacOS 14.5 (23F79)
- Paste the output of these commands:
node --version && npm --version && web-ext --version
v20.14.0
10.7.0
8.0.0
Metadata
Metadata
Assignees
Labels
No labels