Join the Webstudio community

Home
Members
MrRobot
M
MrRobot
Offline, last seen 4 weeks ago
Joined December 13, 2024
I'm using webstudio in a local environment and it looks like the certificate expired today.

Plain Text
net::ERR_CERT_DATE_INVALID
Subject: wstd.dev

Issuer: E5

Expires on: Nov 19, 2024

Current date: Nov 19, 2024

Do I have to do something with my side?
3 comments
M
B
w
This is how I try to deploy on vercel from self-hosted webstudio:

Plain Text
npx vercel@latest
Vercel CLI 37.14.0
? Set up and deploy “/workspaces/webstudio”? yes
? Which scope do you want to deploy to? Verce's projects
? Link to existing project? no
? What’s your project’s name? webstudio
? In which directory is your code located? ./
Local settings detected in vercel.json:
Auto-detected Project Settings (Vite):
- Build Command: vite build
- Development Command: vite --port $PORT
- Install Command: `yarn install`, `pnpm install`, `npm install`, or `bun install`
- Output Directory: dist
? Want to modify these settings? no
🔗  Linked to xxxx (created .vercel)
🔍  Inspect: https://vercel.com/xxx [4s]
✅  Production: https://xxx [4s]


Error:

Plain Text
Error: No Output Directory named "dist" found after the Build completed. You can configure the Output Directory in your Project Settings.
Learn More: https://vercel.link/missing-public-directory


I never used vercel before, do you have a hint for solving this issue ?
Hi,

I have deployed webstudio locally with VsCode (https://docs.webstudio.is/contributing/contributing-for-developers#running-the-webstudio-project-using-vs-code).

I seem to have reached the maximum asset limit (which I find quite low).

Error message:
Plain Text
The maximum number of assets per project is 50.


Is there a way to increase this limit?
6 comments
M
O
Hi everyone, is there a simple way to create a Infinite autoplay images carousel ? (can we use keyframes in webstudio ?)
3 comments
M
M