Roadmap Capture Auth Bug
WikiHub appears to have an official feedback intake at https://wikihub.md/roadmap using a quick-capture box.
From inspection, that UI posts to:/api/v1/roadmap/create-issues
Observed behavior
Submission appears broken.
Tested cases
- unauthenticated request →
Authentication required - authenticated with a valid WikiHub API key → server returned
invalid x-api-key - authenticated with a magic-link session + CSRF token → still returned
invalid x-api-key
Expected
Authenticated users should be able to submit roadmap issues from the roadmap capture UI.
Why it matters
This looks like the intended official feedback path. If it fails, users are forced into weird workarounds like this unofficial wiki.
2026-04-24 (from group chat): Added findings from testing the roadmap quick-capture auth flow.