You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue originates from #182 and PR #523, which introduced handling for various edge cases and graceful notice behavior when no AI provider is configured.
However, one edge case was missed for image generation from the standalone media page: /wp-admin/upload.php?page=generate-image
Currently, if a user attempts to generate an image from this page without an AI provider configured, there is no indication that a provider setup is required. The action appears to have no effect, which may create confusion for users.
Please see atrached reproduction steps and screencast for detailed issue.
Step-by-step reproduction instructions
Do not set any connectors.
Go to page - /wp-admin/upload.php?page=generate-image
Add a prompt and click generate image.
You would notice it does nothing, no notice, no UI change.
It's hard for users to identify what happened
Screenshots, screen recording, code snippet
Screen.Recording.2026-05-19.at.12.47.58.PM.mov
Environment info
WordPress - 7.0-RC3-62355
AI Plugin - Develop Branch
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except the AI plugin.
Yes
Please confirm which theme type you used for testing.
Description
Description
This issue originates from #182 and PR #523, which introduced handling for various edge cases and graceful notice behavior when no AI provider is configured.
However, one edge case was missed for image generation from the standalone media page:
/wp-admin/upload.php?page=generate-imageCurrently, if a user attempts to generate an image from this page without an AI provider configured, there is no indication that a provider setup is required. The action appears to have no effect, which may create confusion for users.
Please see atrached reproduction steps and screencast for detailed issue.
Step-by-step reproduction instructions
/wp-admin/upload.php?page=generate-imageScreenshots, screen recording, code snippet
Screen.Recording.2026-05-19.at.12.47.58.PM.mov
Environment info
Please confirm that you have searched existing issues in the repo.
Please confirm that you have tested with all plugins deactivated except the AI plugin.
Please confirm which theme type you used for testing.