Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.2.7 not working with Electron notifications permission is unknown #1784

Open
henrikbjorn opened this issue Oct 24, 2024 · 2 comments
Open

Comments

@henrikbjorn
Copy link

As a follow up to #1730

It seems to be broken again in the newest release with the following errors

(node:10569) ExtensionLoadWarning: Warnings loading extension at /Users/henrikbjornskov/Library/Application Support/reduxDevTools/extensions/lmhkpmbekcpmknklioeibfkpmmfibljd:
  Permission 'notifications' is unknown or URL pattern is malformed.
  Permission 'contextMenus' is unknown or URL pattern is malformed.

(Use `Electron --trace-warnings ...` to show where the warning was created)

How I got there with this simple electron app

https://gist.github.com/henrikbjorn/041f5ebf5bdd3c64fb10a0b9a378e938

I check the version in the manifest at the extension location to make sure it is 3.2.7

@Methuselah96
Copy link
Member

Methuselah96 commented Oct 24, 2024

I think those are just warnings, there's probably something else going on. What version of Electron are you on? The version we're currently testing against is v31, there seems to be issues when we try to upgrade to v32 or v33, I wonder if that could be it.

@henrikbjorn
Copy link
Author

I just did yarn add electron it have installed 33.0.2. So it seems that might be the cause, some change between the major electron versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants