Polkadot UI takes forever to load
See original GitHub issueAfter I compile and run the node-template, I use yarn start
to run the front-end template. I then get redirected to https://localhost:8000/front-end-template which takes forever to load. And then an error stating connection timed out pops up. The node-template works fine and produces blocks as visible in the cli, but the front-end doesn’t seem to be working.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Talisman UI so slow at loading : r/Polkadot - Reddit
I have now staked, however everytime I interact with Talisman it is so slow, the website does not load the portfolio, nor staking...
Read more >Polkadot-JS UI: How to troubleshoot connection issues
This usually fixes things, in case one node has connection issues. Simply select the other node and then click the "Switch" button on...
Read more >Staking overview is unbearably slow, non-responsive #1343
The delayed loading is fine, however it seems like the UI is freezing while ... Staking overview is unbearably slow, non-responsive #1343.
Read more >Polkadot App js UI - "waiting to make a connection to the ...
I am now receiving an error (initializing connection - waiting to make a connection) - and page does not load correctly. enter image...
Read more >Initialization - polkadot{.js}
With this in mind, we take care of the initialization before we load our keyring, yielding -. import keyring from '@polkadot/ui-keyring';
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yup, I can assure you that I did use
yarn start
to start the front-end template. I will share the screenshot with you in a while.Now that you all have mentioned
yarn install
, I am quite skeptical, if I did that or not. I will give it a try and let you all know. Thanks for the suggestion.