Skip to content

Conversation

@Barneyjm
Copy link

@Barneyjm Barneyjm commented Jan 14, 2026

When OAuth authentication plugins fail to install (e.g., due to corporate npm proxy issues), users now receive:

  • Clear explanation of which authentication method is unavailable
  • Actionable troubleshooting steps (check network, verify .npmrc, etc.)
  • Detailed error information for debugging

Also adds:

  • Plugin.getFailedPlugins() function for programmatic access
  • /plugin/failed API endpoint for diagnostic purposes

Fixes #8297

How did you verify your code works?

Built and set npm to a fake URL to verify the error messages

When OAuth authentication plugins fail to install (e.g., due to
corporate npm proxy issues), users now receive:

- Clear explanation of which authentication method is unavailable
- Actionable troubleshooting steps (check network, verify .npmrc, etc.)
- Detailed error information for debugging

Also adds:
- `Plugin.getFailedPlugins()` function for programmatic access
- `/plugin/failed` API endpoint for diagnostic purposes

Fixes anomalyco#8297
@github-actions
Copy link
Contributor

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

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.

Plugin installation failures are silent, causing OAuth options to disappear

2 participants