Join the Webstudio community

Home
Members
᲼Amin
᲼Amin
Offline, last seen last week
Joined December 13, 2024
I probably clicked it by mistake, and it would take to long to check every component.
8 comments
B
has anyone managed to host the builder on vercel
2 comments
p
1 comment
J
someone is advertising on help site
3 comments
O
Failed to fetch user products

Plain Text
{ error: 'requested path is invalid' }
Error: Failed to fetch user products
    at Module.getUserPlanFeatures (/workspaces/webstudio/apps/builder/app/shared/db/user-plan-features.server.ts:17:11)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at createUserPlanContext (/workspaces/webstudio/apps/builder/app/shared/context.server.ts:164:7)
    at Module.createContext (/workspaces/webstudio/apps/builder/app/shared/context.server.ts:200:28)
    at Module.findAuthenticatedUser (/workspaces/webstudio/apps/builder/app/services/auth.server.ts:138:19)
    at loadDashboardData (/workspaces/webstudio/apps/builder/app/routes/_ui.dashboard.tsx:58:16)
    at loader (/workspaces/webstudio/apps/builder/app/routes/_ui.dashboard.tsx:144:5)
    at Object.callRouteLoader (/workspaces/webstudio/node_modules/.pnpm/@[email protected][email protected]/node_modules/@remix-run/server-runtime/dist/data.js:59:16)
    at /workspaces/webstudio/node_modules/.pnpm/@[email protected]/node_modules/@remix-run/router/router.ts:4899:19
    at callLoaderOrAction (/workspaces/webstudio/node_modules/.pnpm/@[email protected]/node_modules/@remix-run/router/router.ts:4963:16)...
I would like that the shortcuts also will support the AZERTY Lay-Out.
46 comments
O
B
I keep getting this error, I tried multiple solutions from the internet but nothing worked
Plain Text
PS C:\Users\Laptop\Downloads\webstudio> pnpm migrations migrate 
>> 

> [email protected] migrations C:\Users\Laptop\Downloads\webstudio
> set PRISMA_BINARY_TARGET=["native"] && pnpm --filter=@webstudio-is/prisma-client generate && pnpm --filter=./packages/prisma-client migrations --dev --cwd ../../apps/builder "migrate"


> @webstudio-is/[email protected] generate C:\Users\Laptop\Downloads\webstudio\packages\prisma-client
> PRISMA_BINARY_TARGET=${PRISMA_BINARY_TARGET:-'["native"]'} prisma generate

'PRISMA_BINARY_TARGET' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\Laptop\Downloads\webstudio\packages\prisma-client:
 ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  @webstudio-is/[email protected] generate: `PRISMA_BINARY_TARGET=${PRISMA_BINARY_TARGET:-'["native"]'} prisma generate`
Exit status 1
 ELIFECYCLE  Command failed with exit code 1.
8 comments
O
I can't add it using 'Advanced CSS' because it isn't in the list
1 comment
I tried to let the icon "float" above the "text input" component, but if you than click the icon it will not select the "text input" component.
4 comments
B
The gradient tab seems out of place?
15 comments
2
O
H
J
J
Does anyone have a suggestion on how and where I can best learn the basics (for free and fast)?
3 comments
J
J
I want to have an image component which changes the image based on what the mouse focused on, but I want that there is a gradient over it. I can't use the image in a div and use backgrounds because than my function wouldn't work because I can't give the image in the backgrounds an id.
12 comments
J
Is there an URL that I can copy somewhere?
17 comments
O
J
I have link "button" which doesn't go to an external website but triggers something in my script, but while it triggers my script it also scrolls back to the top of the site, but I don't want that to happen. How can I overcome this?
5 comments
J
J