Join the Webstudio community

Updated 2 months ago

Not Implemented, Use Buildid=xxxx

At a glance

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.

Hi guys,

Thanks for the great Webstudio.

I have encounter a big problem after build for 3 days:
"Not implemented, use buildId=XXXX" when exporting locally

Also CLI doesn't seem to work for exporting a site.

I know the cloud version doesn't have issues, but I'm currently using a limited internet connection which makes using cloud almost impossible.

Please help if you can.

Thanks in advance
B
T
9 comments
Did you publish the project before using cli?
It's not publishing. It's showing the same error.
Are you trying to use local builder?
Yes, i'm using the local one via docker
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.
So the steps are:
1 - Publish locally
2 - webstudio sync
3 - webstudio build
4 - files are where?
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)
Add --preview flag to build command
Add a reply
Sign up and join the conversation on Discord