跳到主要内容
ArcBlock Community

Blocklet Start Error on GitHub Codespaces

Adewambe Daniel
开发者
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 条回复

wangshijun23个月前

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

wangshijun23个月前

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

Adewambe Daniel23个月前

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个月前

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

wangshijun22个月前

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
回复