Hi I'm doing the below steps
Installed the decentraland SDK
$ node -v v16.0.0
$ npm -v 8.13.2
$ dcl -v 3.11.0
created a new scene with dcl init
Installed the dependencies.
$dcl start
application started.
When we load the preview it is struck forever.
with reaching 88% waited for an hour
the scene did not load
I was having this issue last week too, tried again this morning and looks like they've put out an update for the decentraland-ecs package
6.11.2 -> 6.11.3
Running
npm install decentraland-ecs@latest
in my local project has fixed the issue for me