ended3월 18일· 1 sources

The bug only surfaced when I demoed to the VP. A beautiful dark-grey screen, zero data, p

VP 앞 데모에서 터진 버그: 하드코딩된 상수가 부른 참사

Why it matters

A demo to a VP failed because a hard-coded userId constant worked in production but broke in staging, where IDs were hashed into alphanumeric strings. The component expected digits, received letters, and rendered a blank screen. The fix was trivial—reading from an env var instead of hard-coding—but the lesson in always externalizing configuration was lasting.

1
Sources
+0
24h
Growth
187d
Active
demo buguserIdenv varconfighard-coded constant

Sources

Related Issues