Skip to content

"AI" plugin 1.0.1 – Connectors and AI settings pages load blank (JavaScript error) on WordPress 7.0 #643

@polipsicomorfico

Description

@polipsicomorfico

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:

  1. 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

  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions