Still seeing error, here is full text:
Error
Sorry, an error occured! Don’t worry, I will fix this, so simply let me know about it.
Here is some information about it:
Converting circular structure to JSON –> starting at object with constructor ‘Object’ | property ‘_context’ -> object with constructor ‘Object’ — property ‘Provider’ closes the circle
Can confirm – same issue on our site. Plugin freshly installed and activated. Sadly not able to get to the Settings page and enter any keys.
Thanks for all your work though! I’d love to get notified and test it out as soon as it’s running again :3
Hey @steviek13 & @aequinokte ! 👋
First, make sure you are using the latest version of the AI Engine and WordPress. You can try to uninstall the plugin and reinstall it to see if this corrects the issue. If not, make sure the issue is not related to how your WordPress ReactDOM version is handling errors, which might be the cause if this issue persists. Thanks!
Hi @valwa, tried unistalling and installing a couple of times but no luck. I have the latest version of wordpress installed so ReactDOM shouldn’t be an issue should it?
Thanks for your help!
Hello @steviek13 & @valwa!
I have found the issue. Check your environment setting in the wp-config.php. If SCRIPT_DEBUG is set to true (define(‘SCRIPT_DEBUG’, true)) WordPress will use dev CSS- & JS-Files instead of the usual minified files (EDIT: and seems to handle some Warnings/Errors differently).
Let me know if this resolves your issue as well @steviek13
Cheers!
Hey @aequinokte it worked!! Thanks so much!