Join the Webstudio community

Updated 6 months ago

Running Webstudio in Codespace

At a glance
I'm trying to run Webstudio in GIT Codespace folowing the steps provided at https://docs.webstudio.is/contributing/contributing-for-developers#running-the-webstudio-project-using-github-codespaces but I've recieveing an HTTP501 erro, as described on the picture. There is some steps that I've fogoted or it's an issue? Best Regards!
Attachment
WebStudio20240822.gif
2
j
S
J
19 comments
I had the same issue. But when I set the Port Protocol to HTTPS, I could open it.
Attachment
image.png
@jonabs I've been able to get to creating project, however, when I try to open the project, I get a error. We're you able to open and work on a project. Any suggestions on the steps to follow
I don't think its your fault. Since we changed to using the project ids in the subdomain, it causes the URL to be too long for some internal logic. Normally this isn't a problem but because codespaces generate a lengthy subdomain it pushes it over the limit.

@Oleg Isonen should we remove codespaces from docs for now? Or is it easy to fix the issue with branch names and domains being too long where it breaks the project?
are you sure this is it the length problem in this case as well?
No. But dashboard works and projects don't. I get the same DNS issue that we get on vercel when branch names are too long
could be also something else, can we verify first the short name works?
No, I don't think there is a way to change the codespaces provided origin
ah the assumed too long thing is already because codespaces origin too long?
I hope some time next week @Ivan Starkov could look into that
lol that's a short one
Hi @John Siciliano ... I followed the instructions of self-hosting the builder and was able to launch the builder on a VPS on a custom domain with few minor changes. Will write a blog on it shortly.

How can deploy the project once it is ready in my self-hosted builder since I am unable to do the publish. It gives me the error:

Not implemented, use buildId=713dfc56-9056-40a3-83d6-1b20350db03f

I know how to do the self-hosting using the cloud version. But, the docs say that need to "publish" before I can sync to the local version

How does the publish work i self-hosted builder?

https://docs.webstudio.is/university/self-hosting/cli
Hi @John Siciliano .. figured out from this thread. https://discord.com/channels/955905230107738152/1296035201670975509 .. the publish and --preview flag seems to work
Same thing, it's just your builder is your cloud now
hi guys, silly question .... while selfhosting the builder ... what do i need to do to run serve the build version ... npm run build builds successfully .. what do i need to do next :-P?
I followed the instruction and the editors loads well with npm run dev ... but I've noticed in dev tools that my editor loading lots of files vs. the cloud version .... I am assuming its because it because I am not launching a bundled version ... so needed the instructions to launch the bundled version .... if my understanding is right that is .. lol!
yes, its the dev version
Is it possible for launch a build version ... just it feels faster. Not a big deal but just in case its easy
Add a reply
Sign up and join the conversation on Discord