Join the Webstudio community

Updated 4 months ago

How to fix this error

At a glance
The post describes an error message indicating that the requested path is invalid, which is preventing the fetching of user products. The error message includes a stack trace showing the various functions and modules involved in the issue. There are no comments from the community members.
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)...
Add a reply
Sign up and join the conversation on Discord