The ALLOW_DEV_TEST_ENDPOINTS short-circuit on create wrote 'dev-stub-<ms>' as the channel ID. boardChannelUpdateSchema requires ^[A-Z0-9]+$, so the very next edit on the same channel hit a 400 from Zod and the table never updated. Use base36-uppercased timestamp with a 'CDEV' prefix so the stub survives a round-trip through the patch route. Live path is unchanged. |
||
|---|---|---|
| .. | ||
| admin | ||
| auth | ||
| board | ||
| dev | ||
| events | ||
| helcim | ||
| internal | ||
| invite | ||
| members | ||
| onboarding | ||
| series | ||
| site-content | ||
| tags | ||
| upload | ||
| wiki | ||
| health.get.js | ||