embarklabs / embark

Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms

Home Page:https://framework.embarklabs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Embark Dashboard and Console Not Working

Gaonuk opened this issue · comments

Hey! I'm trying to use embark for a tutorial that I'm following and the tutorial says that I have to use embark run to start cockpit and the embark console and following that I'm supposed to enter the embark console to ask for a token so that I can access the cockpit.
The problem is that there is no embark console on my terminal, and whether i run embark run or embark console i get the same results, also i discovered that no embark dashboard appears.

Here is a picture of my wsl terminal, but i have tried it also in my ubuntu laptop with the same results

Can someone help me, please?

Thanks a lot in advance.

Hi @Gaonuk , we've had another person reporting the same problem. If you do not need Whisper, just go in config/comminication.js and set enabled: false.
This will disable Whisper and go on.

Thanks a lot! The console now works! But I have another question and another problem. How do I access the embark dashboard? Because when I run embark run chainstack no dashboard appears.

Now when i run embark console in one tab and embark run chainstack in another tab, i try to get a token in the console but i get the following error:

That's a weird error. It's the first time I see something like that.
Maybe your terminal is non-standard?
Can you try with your OS' default terminal?

Also, the dashboard should appear when you run embark run. Unless you mean the Cockpit (our web UI). If you want the Cockpit, you will get a URL with the token at the end of the Embark run. Otherwise, going to http://localhost:55555 should get you to the Cockpit, then to get a token, you need to use token`

Thanks a lot, i tried it with my OS default terminal and it worked!

Thank you very much!