Category: troubleshooting

  • Middleware on Netlify with Next.js

    Yes, there are known issues with Next.js middleware (middleware.ts) on Netlify, and these can cause your pages not to display or route correctly in production, even if everything works locally. TL;DRread documentation:https://docs.netlify.com/frameworks/next-js/runtime-v4/redirects-and-rewrites/ Key Issues Identified Workarounds and Recommendations Summary Table Issue Type Impact on Netlify Workaround/Advice Middleware runs on all paths Causes 404s, breaks static…