0xthedude
WWasp-lang
•Created by 0xthedude on 10/12/2023 in #đŸ™‹questions
Failed to resolve imports
Hello, any idea how to fix this?
[plugin:vite:import-analysis] Failed to resolve import "./ext-src/DashboardPage.jsx" from "src/router.tsx". Does the file exist?
/home/thedude/xauto/.wasp/out/web-app/src/router.tsx:15:30
7 | import LoginPage from './ext-src/pages/auth/Login.jsx';
8 | import SignupPage from './ext-src/pages/auth/Signup.jsx';
9 | import { DashboardPage } from './ext-src/DashboardPage.jsx';
| ^
10 | export const routes = {
11 | LoginRoute: {
at formatError (file:///home/thedude/xauto/.wasp/out/web-app/node_modules/vite/dist/node/chunks/dep-2b82a1ce.js:44055:46)
at TransformContext.error (file:///home/thedude/xauto/.wasp/out/web-app/node_modules/vite/dist/node/chunks/dep-2b82a1ce.js:44051:19)
at normalizeUrl (file:///home/thedude/xauto/.wasp/out/web-app/node_modules/vite/dist/node/chunks/dep-2b82a1ce.js:41837:33)
at async file:///home/thedude/xauto/.wasp/out/web-app/node_modules/vite/dist/node/chunks/dep-2b82a1ce.js:41991:47
at async Promise.all (index 8)
at async TransformContext.transform (file:///home/thedude/xauto/.wasp/out/web-app/node_modules/vite/dist/node/chunks/dep-2b82a1ce.js:41907:13)
at async Object.transform (file:///home/thedude/xauto/.wasp/out/web-app/node_modules/vite/dist/node/chunks/dep-2b82a1ce.js:44345:30)
at async loadAndTransform (file:///home/thedude/xauto/.wasp/out/web-app/node_modules/vite/dist/node/chunks/dep-2b82a1ce.js:55015:29)
at async viteTransformMiddleware (file:///home/thedude/xauto/.wasp/out/web-app/node_modules/vite/dist/node/chun
6 replies