-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Truffle Dashboard is a blank page #5050
Comments
@Bodiebuilds Thank you for opening the issue. Please note |
I have the same problem after truffle reinstallation Environment: |
Thanks for reporting this! We've heard of a couple users running into this periodically, but we haven't been able to get the information we need to understand what's causing this behavior. If this is still occurring for anyone, would you mind please checking the browser console (like, right-click -> Inspect, or see these instructions for Chrome) and share any errors you see? Also, if the Thanks all. 🙏 |
Closing this for issue maintenance. @Bodiebuilds, please feel free to open a new issue if it still exists. |
Just ran into this The inspect gives:
Nothing looks weird on the terminal side Output from |
Actually uninstalled truffle, updated node, and reinstalled truffle, and now everything works find again. Feel free to close then? After reinstalling: |
🤷♂️ I guess I'll keep this in the back of my head as I work through pr#5241. Thanks for reopening this. |
So this just happened to me on Truffle v5.5.20. I got similar error output as @emilyJLin95 shared. I restarted Doesn't seem like a frontend issue as the build is clearly there. Perhaps something is up with how the build is served by the dashboard server. I'll keep this in mind. EDIT: Actually no need to restart dashboard, it happened again and a hard refresh was enough. I'm switching around different Truffle versions, but not sure if that's relevant. |
OK, this should now be fixed! There is still a problem where you'll get a blank page if MetaMask isn't installed, but I'm going to open that as a separate issue. |
Although the issue is closed but I am sharing my solution here. Got the same issue but the error output was different for me: On the suggestion of @haltman-at. After the installation of MetaMask extensions in chrome. The page is back again. Thanks @haltman-at |
Issue
Running truffle dashboard opens a blank page
Steps to Reproduce
nvm use 14
npm i -g truffle
npm truffle dashboard
tried rolling back versions but still same issue
npm uninstall -g truffle
npm i -g [email protected]
Expected Behavior
open truffle dashboard webpage
Actual Results
node version is good and tried rolling back various versions of truffle (5.5.3 ; 5.5.4 and latest version) with no luck. Updated VS code as well. running dashboard command brings me to a blank white page. It has worked before with no problem but has been giving me this same result now.
Environment
truffle version
):5.5.11node --version
): 14.9.1npm --version
): 6.14.16The text was updated successfully, but these errors were encountered: