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.36k stars 893 forks source link

Remix Keeps Crashing after deploying a Smart Contract #3383

Open skundu42 opened 1 year ago

skundu42 commented 1 year ago

Remix IDE suddenly crashes after deploying one smart contract using Injected Web3 Provider. I am using the Brave browser.

Error Code:5

Aniket-Engg commented 1 year ago

Hey @skundu42 Can you add more details like network you use, complete error details etc?

skundu42 commented 1 year ago

Seems like its happening for all network. I am adding a screenshot.

Screenshot 2023-02-17 at 1 52 13 PM
yann300 commented 1 year ago

are you using metamask or the "brave" provider?

skundu42 commented 1 year ago

Metamask

skundu42 commented 1 year ago

Update: I shifted to Chrome for a while, Remix is working fine in Chrome. This seems more of a Brave issue it seems.

yann300 commented 1 year ago

ok thanks for the update, let us know if you can grab any error message, so we can try debugging it on our side.