The community member is facing an issue when exporting a site locally, receiving the error "Not implemented, use buildId=XXXX". They are unable to use the CLI for exporting the site, and the cloud version is not an option due to a limited internet connection. The community members discuss potential solutions, including publishing the project before using the CLI, using the local builder via Docker, and adding the --preview flag to the build command. The issue with the assets not being downloaded during the build process is also addressed, with the suggestion to use the --preview flag to resolve it.
Ok, so before each sync to cli you need to click "publish" in ui. It will give you the error above but still create a record in db to let cli use new project builder.
Great! I'm facing one problem. The assets like images are not downloaded. I'm getting an error for each asset in the terminal when doing step 3 - webstudio build.
It seems like it's downloading the assets from: wstd.io (Worker not found) when it should download them from: wstd.dev:5173 (Wroking local builder domain)