| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
GitHub now returns 404 on /stargazers for anonymous visitors (reproducible even on facebook/react/stargazers), so the landing page stars pill and the README badge dead-end for logged-out users. Point both at the repo page, where the star button lives.
|
Thanks for the PR! Changes to LazyCodex land through oh-my-openagent — could you open this against omo-codex over there instead? PRs in this repository can't be merged. If you're working with a coding agent, prompt it like this:
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Problem
The GitHub stars pill on lazycodex.ai links to https://github.com/code-yeongyu/lazycodex/stargazers. GitHub now returns 404 on /stargazers for logged-out visitors — reproducible even on facebook/react/stargazers — so the most prominent CTA on the landing page dead-ends for anonymous visitors. Easy to miss while logged in, since the page works fine for authenticated users.
Verified in a headless browser (logged out):
Fix
Verification
Ran locally in packages/web:
Note on the PR routing workflow
I'm aware pr-source-guidance.yml auto-closes PRs here and points to oh-my-openagent/packages/omo-codex — but packages/web (the lazycodex.ai source) only exists in this repository, and the sync script in oh-my-openagent copies only the marketplace/plugin and the workflow file. Website fixes currently have no valid upstream PR path, so opening here; happy to re-file wherever you prefer.
Summary by cubic
Point the landing page stars pill to the repo page instead of /stargazers to avoid GitHub’s 404 for logged-out visitors. Also updates the README badge and the e2e test to match.
Written for commit b7bb6d1. Summary will update on new commits.