Skip to main content
ArcBlock Community

Blocklet Start Error on GitHub Codespaces

Adewambe Daniel
Developers
blocklet-serverbugqualifiedresolvedrewarded

Anytime i try navigating to the home route of my react/express blocklet, it keeps showing the loading screen, then i checked the network tab and saw a "failed to fetch blocklet.js err 404" while all the other resources are loaded

5 replies

wangshijun23 months ago

HI, please run blocklet server info on your dev machine, and post the output here for further diagnose.

wangshijun23 months ago

If you are using windows as the developing machine, please check out: Developing Blocklet in Docker

Adewambe Daniel23 months ago

Screenshot (24).png

This is the result of the blocklet server info

I'm using a windows but I'm running in a linux environment using github codespaces

wangshijun23 months ago

Hi, we will run thorough tests on GitHub codespaces for blocklet server, and sync results here.

wangshijun22 months ago

Hi, the latest version of Blocklet Server has released with support of developing blocklets on GitHub Codespaces, please upgrade and try again:

javascriptCopy
npm install -g @blocklet/cli@beta
blocklet server start
Reply