sbozh.me- Personal startup
sbozh.me logo
sbozh.me hero image
Betav1.4.7

sbozh.me

A platform where ideas turn into shipped products. Built in public. Learned in motion.

Releases

Releases Page Intermittently Showing "Coming Soon"

1.3.9
Fix
1 min read·

Problem:

In production, the releases page sometimes displayed "Content for Releases coming soon..." instead of actual content.

Cause:

Route conflict between /projects/[slug]/releases (dedicated page) and /projects/[slug]/[tab] (generic tab handler).

Next.js occasionally matched the wrong route during static builds.

Fix:

Excluded "releases" from the generic [tab] route so the dedicated releases page always handles those requests.