marius-wieschollek / passwords-webextension

The official browser extension for the Passwords app for Nextcloud.
GNU General Public License v3.0
106 stars 33 forks source link

2.4.0 Not working with Vivaldi #269

Closed admorgan closed 10 months ago

admorgan commented 10 months ago

System Information

Steps to reproduce

  1. Click on extension icon and displays a blank window
  2. Open extension options and it displays a blank windows with a scroll bar

Expected result

Display passwords/settings

Actual result

Display does not have any content

Browser log

Browser log ``` Uncaught TypeError: Illegal invocation at Object.generate (background.js:2:754158) at new s (background.js:2:776367) at Object._validateMessage (background.js:2:814295) at Object.send (background.js:2:811230) at l._fetchInitialItems (background.js:2:787113) at l._fetchInitialItems (background.js:2:816300) at new a (background.js:2:786724) at new l (background.js:2:815561) at new (background.js:2:815845) at 6765 (background.js:2:815779) ```
admorgan commented 10 months ago

This worked fine early this morning. Same version of the extension is working with Firefox.

marius-wieschollek commented 10 months ago

If you go to vivaldi://extensions/ and click the "Update" button manually, Vivaldi should fetch the latest version which doesn't have this issue.

admorgan commented 10 months ago

Update fixed everything. Thank you!