Fixing the “Module not found: Can't resolve '@/…'” Error in Next.js (and Why It Happens on Netlify)
Have you ever pushed a perfectly working Next.js app to Netlify and suddenly got a wall of red text saying:
Module not found: Can't resolve '@/components/Button'
Don’t worry — you didn’t break anything.I ran into the same issue while deploying Selle...
blackscripts.hashnode.dev3 min read