Claude Code's Preview Won't Start? autoPort Isn't Enough
autoPort: true should pick a free port when 3000 is busy. In a monorepo it silently does not, because a hardcoded --port flag beats the PORT env. Here is why and the fix.
Blog
2 articles in this category.
autoPort: true should pick a free port when 3000 is busy. In a monorepo it silently does not, because a hardcoded --port flag beats the PORT env. Here is why and the fix.
Next.js says your Root Layout is missing <html> and <body>. With next-intl and an RSS or sitemap route, the cause is usually your middleware, not your layout.