ipfs / ipfs-companion

Browser extension that simplifies access to IPFS resources on the web
https://docs.ipfs.tech/install/ipfs-companion/
Creative Commons Zero v1.0 Universal
2.05k stars 325 forks source link

[MV3 Beta Bugs] browserAction updates broken in Firefox #1274

Closed lidel closed 1 year ago

lidel commented 1 year ago

@whizzzkid found this while reviewing https://github.com/ipfs/ipfs-companion/pull/1182 (will be filling standalone issues as I go)

Tested MV3 from https://github.com/ipfs/ipfs-companion/pull/1182 in latest Firefox nightly (119.0a1 (2023-09-13)):

$ npm run dev-build && npm run firefox:nightly

Onboarding It works as expected, After I grant permission to companion it connects to RPC just fine, but the browserAction icon remains "offline" due to error below:

2023-09-13_19-38 2023-09-13_19-36

whizzzkid commented 1 year ago

fixed in #1275