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

[BUG] Open with side panel is not working #1087

Open
2 of 3 tasks
AndonMitev opened this issue Sep 25, 2024 · 0 comments
Open
2 of 3 tasks

[BUG] Open with side panel is not working #1087

AndonMitev opened this issue Sep 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@AndonMitev
Copy link

What happened?

Hey i have nextjs project where i tested to display with sidepanel but is not working

I have created /src/tabs/sidepanel.tsx

and then in manifest like this:

"manifest": {
    "host_permissions": [
      "https://*/*"
    ],
    "permissions": [
      "tabs",
      "sidePanel"
    ],
    "side_panel": {
      "default_path": "tabs/sidepanel.html"
    }
  }

nothing happens when i click on the extension.

I've also tried with [with-sidepanel](https://github.com/PlasmoHQ/examples/tree/main/with-sidepanel) but nothing is happening any ideas?

Version

Latest

What OS are you seeing the problem on?

No response

What browsers are you seeing the problem on?

No response

Relevant log output

No response

(OPTIONAL) Contribution

  • I would like to fix this BUG via a PR

Code of Conduct

  • I agree to follow this project's Code of Conduct
  • I checked the current issues for duplicate problems.
@AndonMitev AndonMitev added the bug Something isn't working label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant