V_VV
Convex Community17mo ago
5 replies
V_V

Deploying with netlify with vite and react.

Hello I am participating on a hackathon and using convex with vite and react. I am having trouble opening my first page when I deploy my app on netlify. When I inspect element it is showing my index.html which has <script type="module" src="src/main.tsx"></script>, but I dont believe it is being executed as I just say on this blank page. When I do npm run dev, it opens the correct page (<Route path="/" element={<LoginSignupPage />} />) not my index.html
Was this page helpful?