• Resolved meinService

    (@meinservice)


    Instead of Displaying page=ai-wp-admin, the page only shows:
    Something went wrong! Show Error / Hide Error

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter meinService

    (@meinservice)

    Das Problem lag daran, dass die WordPress REST-API (unter /wp-json/) einen 404 Not Found-Fehler zurückgegeben hat. Da das React-Dashboard des Core-AI-Plugins diese API benötigt, stürzte die Oberfläche ab, wobei die Fehlermeldung leer blieb (weil React ein Rohdaten-Response-Objekt statt eines Text-Fehlers abgefangen hat).

    Ich habe ein Browser-Subagent gestartet, das:

    1. Den Fehler in der Browser-Konsole diagnostiziert hat (404 auf /wp-json/).
    2. Auf die WordPress-Einstellungen-Seite für Permalinks gegangen ist (/wp-admin/options-permalink.php) und dort auf „Änderungen speichern“ geklickt hat.
      • Dadurch wurden die internen Apache-Rewrite-Regeln und WordPress-Permalinks zurückgesetzt/neu generiert.

    Die REST-API liefert nun wieder korrekte JSON-Daten zurück, und die Core-AI-Einstellungsseite unter http://localhost/wordpress/wp-admin/options-general.php?page=ai-wp-admin lädt jetzt wieder einwandfrei und ohne Fehler!

    Plugin Author Jeffrey Paul

    (@jeffpaul)

    @meinservice I used Google Translate for your comment and it provided:

    The problem was that the WordPress REST API (at /wp-json/) was returning a 404 Not Found error. Since the Core AI plugin’s React dashboard relies on this API, the interface crashed, resulting in a blank error message (because React intercepted a raw data response object instead of a text-based error).

    I launched a browser sub-agent that:

    Diagnosed the error in the browser console (404 on /wp-json/).
    Navigated to the WordPress permalinks settings page (/wp-admin/options-permalink.php) and clicked “Save Changes.”
    This action reset/regenerated the internal Apache rewrite rules and WordPress permalinks.

    The REST API is now returning valid JSON data again, and the Core AI settings page at http://localhost/wordpress/wp-admin/options-general.php?page=ai-wp-admin is loading perfectly and without errors!

    Plugin Author Jeffrey Paul

    (@jeffpaul)

    @meinservice based on that translation, it sounds like a 404 was resolved and things are working for you now?

    Thread Starter meinService

    (@meinservice)

    I use Antigravity to develop local. so this tool repaired my local environment. why this happens locally, dont know. in live mode, there are no problems now.

    i want to tell you, there could be an problem with permanent-links 🙂 and a solution for that.

    • This reply was modified 4 days, 2 hours ago by meinService.
Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.