Join the Webstudio community

D
Div
Offline, last seen 3 weeks ago
Joined March 21, 2025
I am trying to use webstudio cli to get the static build (templates:ssg), its working fine in local environment but the config json file cant be fetched while running the same on remote environments or UATs . what could be the issue? what could I be doing wrong ?

Other small questions -
  1. whats the difference between GLOBAL_CONFIG_FILE_NAME = "webstudio-config.json" AND LOCAL_CONFIG_FILE = ".webstudio/config.json" ??
  1. What's exactly stored in these config files? are they project specific ?
3 comments
O
D
I have self hosted the builder, I configured the environment variables for S3 but still getting 403 and cant make any upload. The credentials and everything is fine bec im using the same bucket at a different place for a similar thing, so need help figuring out how to resolve this.

Is there anything else we gotta do besides updating the env for the access keys and stuff
6 comments
O
D
I am trying to deploy my self hosted version on prod but keep getting 'Missing state on session' error despite trying multiple methods.

I wanted to understand where can I find the session storage information ? Is there a folder for its storage.
1 comment
B
We dont have "export as static site" feature in self hosted version, how can we implement it ?
2 comments
O
B
I want to create a project with 3-4 pages and want to re-use a section (let's say navbar) in all of them. The changes should also be synced, for example, changing the background color of the navbar in one page should also change it for other pages as well since its part of the same website. How do I achieve this functionality ?
2 comments
D
c
I want to self host webstudio with multi tenancy. The workspace should belong to one org/brand/entity and multiple users should be given access to the same workspace having same projects. So basically entire webstudio will have multiple workspaces and there can be multiple users in one workspace. How can I achieve this?
10 comments
O
D