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

Apps can no longer connect to rivet with latest chromium #105

Open
gpxl-dev opened this issue Oct 23, 2024 · 0 comments
Open

Apps can no longer connect to rivet with latest chromium #105

gpxl-dev opened this issue Oct 23, 2024 · 0 comments

Comments

@gpxl-dev
Copy link

Describe the bug
Clicking "connect wallet" no longer invokes rivet.

I get the following in my console
image

From this file:

import{s,g as r}from"../../../getMessenger-DebSHjBN.js";s();const n=r("background:contentScript");n.send("ping",void 0);setInterval(()=>{n.send("ping",void 0)},5e3);window.addEventListener("message",({data:e})=>{e.type==="openWallet"&&chrome.runtime.sendMessage(e)});

To Reproduce
Steps to reproduce the behavior:

  1. Download the latest version of chrome, chrome canary, or brave
  2. Install rivet
  3. Go to a dapp, click connect, check console

Expected behavior
Wallet opens.

Desktop (please complete the following information):

  • OS: macOS 15.0.1
  • Browser: chrome, brave
  • Version: e.g. Brave 1.71.114 Chromium: 130.0.6723.58 (Official Build) (arm64)
ualtinok added a commit to ualtinok/rivet that referenced this issue Oct 25, 2024
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

1 participant