Skip to content

fix(ferndesk): normalize _ in slugs (COR-444 problems 400) - #17

Merged
echobt merged 1 commit into
mainfrom
fix/cor-444-slug-underscores
Sep 14, 2026
Merged

echobt merged 1 commit into
mainfrom
fix/cor-444-slug-underscores

Conversation

@echobt

@echobt echobt commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Summary

After CF 1010 fix, 19 problems-* articles still fail POST /articles with 400. Underscore-free slugs (problems-conflict, problems-forbidden) create fine; underscore slugs (problems-bad_request) do not. Normalize _- in slugs.

Note

FernDesk UI still needs Connect domain for docs.cortex.foundation HTTPS.

Test plan

  • Merge + workflow_dispatch → SUMMARY with failed=0 (or only non-1010 residual)
  • unit tests ferndesk-sync-retry.test.py

19 problems-* pages failed create with HTTP 400; pages without
underscores in the slug (conflict/forbidden/gone) succeeded. Normalize
_ → - in article slugs.
@mintlify

mintlify Bot commented Sep 14, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated
cortex-foundation-add13747 🔴 Failed Sep 14, 2026, 10:43 PM

💡 Tip: Enable Automations to automatically generate PRs for you.

@echobt
echobt merged commit b229ee9 into main Sep 14, 2026
1 check failed
@echobt
echobt deleted the fix/cor-444-slug-underscores branch September 14, 2026 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants