-
-
Notifications
You must be signed in to change notification settings - Fork 273
Fix 404 error: Update homepage plugins link to use existing redirect to /openapi-ts/core #2682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
|
|
@copilot You can see from the redirect/rewrite configuration that the correct link should point to |
Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>
…ugins Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>
Fixed! I found the redirect configuration in The homepage plugins card now correctly navigates to the Core plugins page as intended. |
The homepage featured a "Plugins" card that linked to
/openapi-ts/plugins, but this route returned a 404 error because users were encountering a "PAGE NOT FOUND" error instead of accessing the plugin ecosystem overview.After investigating the issue, I discovered that there is already a redirect configuration in
docs/vercel.jsonthat redirects/openapi-ts/plugins→/openapi-ts/core. The correct approach was to update the homepage link to point directly to the intended destination.What's fixed
/openapi-ts/pluginsto/openapi-ts/coreto align with existing redirect configurationdocs/vercel.jsonThe homepage plugins card now correctly navigates to the Core plugins page, which serves as the main entry point for exploring Hey API's plugin ecosystem, including TypeScript, SDK, Transformers, and Schemas plugins.
Fixes #2681.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.