Search Fix Guides

11 result(s) for "Module not found"

Base44 App Build Failing After Recent Changes

Your Base44 app was working and publishing fine, but after making recent changes, the build fails when you try to publish. The error message may be vague, po...

base44 deployment

Build Errors Preventing Deployment

You try to deploy your app but the build fails with errors. The app might work in the AI tool's preview or development mode, but the production build process...

common deployment

CI/CD Pipeline Failing on Cursor-Generated Code

Code that Cursor generated works locally but fails your CI/CD pipeline. GitHub Actions, GitLab CI, CircleCI, or another automation platform reports lint erro...

cursor integration

CSS Styles Not Applied After Cursor File Move

CSS styles that were previously applied are no longer working after Cursor reorganized your style files or component structure. Elements appear unstyled desp...

cursor ui

I Can't Update My App After the AI Tool Made Changes

You were using an AI tool to build or update your app, and after a series of changes, something went wrong. Now you can't make any more updates — the app won...

common general

Image Compression and Optimization Not Working in Bolt App

Your Bolt.new application loads images at full resolution regardless of display size, causing slow page loads, excessive bandwidth usage, and poor Core Web V...

bolt storage

My AI App Won't Deploy or Go Live

Your app runs fine in the AI tool's preview or on your local machine, but when you try to deploy it to production (Vercel, Netlify, Railway, Render, etc.), i...

common deployment

Next.js API Routes Not Testable in Unit Tests

Your v0-generated Next.js API routes cannot be unit tested because they are tightly coupled to the Next.js request/response objects, database connections, an...

v0 testing

Static Assets Returning 404 After Deployment

Static assets such as images, fonts, PDFs, and other files that work perfectly in local development return 404 errors after deploying your v0-generated Next....

v0 storage

Vercel and Netlify Build Errors on Cursor-Generated Projects

Your Cursor-generated project builds and runs perfectly locally with npm run dev , but deploying to Vercel or Netlify fails with build errors. The platform's...

cursor integration

Vite Path Aliases Not Resolving in Build

Import aliases work in development (@/components) but fail in production build. Build fails with 'cannot find module' errors. Aliases not recognized by TypeS...

lovable deployment