Antoine

Results 31 comments of Antoine

And you are adding the flag in the object exported by hardhat.config? Can you put your config file here, please?

Ok, so I've pushed v1.0.0 with quite a few changes in the config. Everything is now done in the Hardhat config object, under an `ethernal` key, so that's much cleaner....

Thank for reporting it, I'm going to look into this. In the meantime, assuming you don't need Ethernal in your tests, I suggest that you use the ```disabled``` flag in...

Hi, The redirect to app.explorer.[domain] is expected if you are trying to access an explorer that hasn't been setup yet. When opening app.explorer.[domain], you should get a signin/signup screen. You...

Yes, I meant to say that this is expected in my previous message. What do you see on app.explorer.[domain], an auth page?

Ah I see! Actually, it looks like there is a missing env variable in the .env.prod example. Can you add APP_DOMAIN=explorer.[domain], rebuild the image and try again? (sorry lot of...

Did you set up the explorer using the "Public explorers" page?

No you don't need. I haven't updated the Dockerfile for self hosted with the latest env variables, and it's missing another one. After line 6 on the Dockerfile, can you...

Sorry for the delayed answer here. I usually allocate 8g when building it and it works. Can you give it a try?

> I tried it all till this point. Is there a solution to this yet? Would a previous version work? You're also having the 137 error from yarn?