ethereum / remix-project

Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
https://remix-ide.readthedocs.io
MIT License
2.41k stars 916 forks source link

Connection issues with Rainbow Chrome Extension #4489

Open GNAR1ZARD opened 7 months ago

GNAR1ZARD commented 7 months ago

Getting a few weird issues when using Rainbow + remix.ethereum.org.

I can connect fine but for some reason Remix doesn't detect any accounts: image

Aniket-Engg commented 7 months ago

@GNAR1ZARD Does the problem persist even after reloading IDE?

GNAR1ZARD commented 7 months ago

@Aniket-Engg After reloading the browser the account populates in Remix. However after deploying the contract (to Base Goerli), after a long pause, the deployed contract shows up but then immediately after the browser crashes. Ive tested it multiple times to confirm.

Aniket-Engg commented 7 months ago

@GNAR1ZARD Can you check the browser console for errors when browser crashes?

GNAR1ZARD commented 7 months ago

@Aniket-Engg Forgive me, I guess the browser doesnt crash in the traditional sense. As soon as the contract is deployed the Remix tab/screen turns blank and needs to be reloaded but the deployed instance of the contract no longer shows in Remix.

I checked my crash logs and theres no crash reported. Also my other tabs are fine.