1.5 KiB
1.5 KiB
Common Issues and Solutions
Documented pitfalls discovered while building production Next.js fullstack applications. These issues apply to any project using Next.js with PostgreSQL, Drizzle ORM, Tailwind CSS, and i18n.
Severity Levels
| Level | Description |
|---|---|
| Critical | Build fails or data corruption |
| Warning | Degraded experience, workaround exists |
| Info | Minor visual issue, easy to fix once identified |
Issue Index
| Issue | Category | Severity |
|---|---|---|
| postgres-json-jsonb.md | Database/ORM | Critical |
| sentry-nextintl-conflict.md | Plugin Conflicts | Critical |
| turbopack-webpack-flexbox.md | Build System | Warning |
| webkit-tap-highlight.md | Mobile/CSS | Info |
How to Contribute
Found a new pitfall? Add it to this directory:
- Create a new
.mdfile with a descriptive kebab-case name - Follow the existing format: Problem, Root Cause, Solution, Key Takeaways
- Update this index table with the correct category and severity
- Include reproducible code examples whenever possible