Permission errors in WordPress rarely say what is really wrong. These pages cover the messages you are most likely to run into with AI Engine, and what each one actually means.
- You Don’t Have Permission To Do This
- Sorry, You Are Not Allowed To Do That
- Update Failed: Download Failed Unauthorized
Sorry, You Are Not Allowed To Do That
This is probably due to how your WordPress installation is dealing with API requests. Make sure your WordPress REST API is enabled and running. Also,...
Update Failed: Download Failed Unauthorized
You can remove the AI Engine license from the settings, save, re-insert the license, save, and try again. This might be because your URL changed,...
You Don’t Have Permission To Do This
When a request is sent to your WordPress REST API AI Engine, get the X-WP-Nonce of the request and use the wp_verify_nonce WordPress function to...