Skip to content
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

fix: missing api key error handling #2645

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

louis-jan
Copy link
Contributor

@louis-jan louis-jan commented Apr 8, 2024

Describe Your Changes

Fix issue where app fails to handle missing API key input

Updated error handling to address the scenario where the application fails to prompt users for an API key input. Instead of displaying a vague "something's amiss" message, the application now accurately notifies users of the missing API key and redirects them to the settings for key configuration.

Changes Made:

  • Improved error handling to detect missing API key input
  • Updated error message for clarity and user guidance
Screenshot 2024-04-08 at 12 11 03

Fixes Issues

Self Checklist

  • Added relevant comments, esp in complex areas
  • Updated docs (for bug fixes / features)
  • Created issues for follow-up changes or refactoring needed

@louis-jan louis-jan requested a review from a team April 8, 2024 05:10
@github-actions github-actions bot added the type: bug Something isn't working label Apr 8, 2024
@louis-jan louis-jan merged commit c31a6ef into dev Apr 9, 2024
9 checks passed
@louis-jan louis-jan deleted the fix/error-handling-missing-api-key branch April 9, 2024 04:33
@github-actions github-actions bot added this to the v0.4.11 milestone Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants