tryethernal / ethernal

Ethernal is a block explorer for EVM-based chains. In a few seconds, spin up a fully-featured explorer for your L1/L2 rollup/testnet. Compatible with Optimism, ZK, Anvil, Hardhat, Geth...
https://www.tryethernal.com
Other
208 stars 50 forks source link

Getting "Cannot read properties of undefined (reading 'shutdown')" during creating workspace process #310

Open WEDOBROADCAST opened 10 months ago

WEDOBROADCAST commented 10 months ago

Hi,

I have encounter this issue during creating workspace process. Attaching image that might help describe the problem.

Screenshot 2023-12-05 at 7 38 23 PM

Thank you.

WEDOBROADCAST commented 10 months ago

The error happened after this response is received. Screenshot 2023-12-05 at 7 38 51 PM

Hope this additional info help.

jsompis commented 8 months ago

I got same issue. 2024-01-29_8-12-57 error: Cannot read properties of undefined (reading 'shutdown') {"error":{},"location":"get.api.users.me.signin"

antoinedc commented 8 months ago

I got same issue. 2024-01-29_8-12-57 error: Cannot read properties of undefined (reading 'shutdown') {"error":{},"location":"get.api.users.me.signin"

Can you give it another try please, it should work now.

jsompis commented 8 months ago

It's working now. I tried syncing past block from the server side and I'm getting: data: "You are not allowed to use server side sync. If you'd like to, please reach out at contact@tryethernal.com"

How to fix it? Note: Latest release 3.26.9 fix past block syncinig issue. Thank you.