Adrien Thiery
Adrien Thiery
Ignite Bowser + NativeBase: Error: Cannot find module 'C:\...\npm-cache\_cacache\scripts\prepare.js'
Hi @Kamaropoulos , Does it happen if you restart a new project from the boilerplate in another folder ? Like `ignite new TodoMore-Frontend-test -b ir-boilerplate-bowser` ? I have to say...
Same error here. We have this issue when running on AWS Lambda, but everything works fine locally or from a docker container running... Any clue on how to debug/solve this...
For us, it "started working again" next day, or at least started giving us a "real error", being that we did not initialize the SDK correctly 🤷 Not sure if...
Hi @nikitosing , I added a network with the RPC URL of my ganache blockchain to metamask, then connected by clicking the "connect wallet" button on the `Read contract` page...
Hello @nikitosing, any idea how to help me out here? 🤔
Nice! I will try it now. Thanks @vbaranov
Mmmh, sadly I seem to still get the same error : The same two pop-ups are coming up. Chrome's console says: ``` Uncaught (in promise) Error: No "from" address specified...
What's very strange is that it is not really a connection issue : `Connect Wallet` works fine, it does pop my Metamask up and asks to connect. Also, I can...
[Strange thing here](https://github.com/blockscout/blockscout/blob/5de55bcbde703e43536af54c9222b7b448ccc0a4/apps/block_scout_web/lib/block_scout_web/templates/smart_contract/_functions.html.eex#L69), when inspecting the form, I see that `data-chain-id` is actually set to the `networkId` and not the `chainId`, which in our case are indeed different... Here is...
I did not restart ganache, as we use it in a shared deployed environment (it's not on my local machine), so I can't reset it right now. When running the...