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:
- Den Fehler in der Browser-Konsole diagnostiziert hat (
404 auf /wp-json/).
- 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!
@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!
@meinservice based on that translation, it sounds like a 404 was resolved and things are working for you now?
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.