Hello,
I'd like to report a compatibility issue with the "AI" plugin (by WordPress.org Contributors, version 1.0.1).
Problem
After installing and activating the plugin, its configuration pages load completely blank — the content area stays empty and the interface never renders, so it's impossible to configure a provider or enter an API key:
- Settings → Connectors (
options-connectors.php)
- Settings → AI (
options-general.php?page=ai-wp-admin)
The React app container (#options-connectors-wp-admin-app) stays empty, so the UI is never mounted.
Console errors
Two JavaScript errors appear on every load of those pages:
-
Error: You tried to opt-in to unstable APIs as module "@wordpress/route". This feature is only for JavaScript modules shipped with WordPress core.
— from wp-includes/js/dist/private-apis.min.js and wp-includes/js/dist/script-modules/route/index.min.js
-
TypeError: Cannot read properties of undefined (reading 'privateApis')
— from wp-includes/js/dist/block-library.min.js
Environment
- WordPress version: 7.0
- "AI" plugin: 1.0.1
- "AI Provider for Anthropic" plugin: 1.0.3 (active)
Steps already taken
I ran a conflict test by temporarily deactivating the other AI-related plugins on the site (Easy MCP AI, Extendify, Site Assistant) and reloading the pages. The error and the blank screen remained identical, so it does not appear to be a conflict with those plugins.
Could you let me know whether this is a known issue, and whether a fix or workaround is available? Happy to provide further logs or details.
Thank you.
Hello,
I'd like to report a compatibility issue with the "AI" plugin (by WordPress.org Contributors, version 1.0.1).
Problem
After installing and activating the plugin, its configuration pages load completely blank — the content area stays empty and the interface never renders, so it's impossible to configure a provider or enter an API key:
options-connectors.php)options-general.php?page=ai-wp-admin)The React app container (
#options-connectors-wp-admin-app) stays empty, so the UI is never mounted.Console errors
Two JavaScript errors appear on every load of those pages:
Error: You tried to opt-in to unstable APIs as module "@wordpress/route". This feature is only for JavaScript modules shipped with WordPress core.— from
wp-includes/js/dist/private-apis.min.jsandwp-includes/js/dist/script-modules/route/index.min.jsTypeError: Cannot read properties of undefined (reading 'privateApis')— from
wp-includes/js/dist/block-library.min.jsEnvironment
Steps already taken
I ran a conflict test by temporarily deactivating the other AI-related plugins on the site (Easy MCP AI, Extendify, Site Assistant) and reloading the pages. The error and the blank screen remained identical, so it does not appear to be a conflict with those plugins.
Could you let me know whether this is a known issue, and whether a fix or workaround is available? Happy to provide further logs or details.
Thank you.