I am a new user trying Webstudio for the first time. I'm following a tutorial and encountering an issue with the self-hosting part, so I'd like to ask for help.
I'm currently following a tutorial video (
https://www.youtube.com/watch?v=eoyB9DfWdT8&t=11s) to set up a Webstudio project. It's important to note that I'm using the free version of Webstudio, not the pro version. Here's what I've done so far:
- I've updated Node.js and npm to their latest versions.
- I opened a terminal in Visual Studio Code.
- I created a new folder for my project.
- I ran the command
npx webstudio@latest
in the terminal. - When prompted, I chose not to create a new project folder.
- I attempted to paste a share link from Webstudio.
The problem I'm encountering is that when I paste the share link, I get an error message saying "Share link is invalid". This is preventing me from moving forward with my project setup.
I've noticed that the share link format seems different from what's shown in the tutorial video. I'm not sure if this issue is related to me using the free version of Webstudio or if there's another reason for it.
My current specs are as follows:
Windows 11
Node.js 20.16.0
npm 10.8.2
And this is just a share link I made for testing:
https://p-460c70e8-7667-4526-b74f-98b831a3e87e.apps.webstudio.is/?authToken=8749b429-cf73-4fa8-8ce1-f32dd56b9215&mode=previewCan you help me figure out what's going on? I'm kinda stuck here and don't know what to do next.