Title: REST API Errors
Last modified: August 25, 2020

---

# REST API Errors

 *  Resolved [blizzard0627](https://wordpress.org/support/users/blizzard0627/)
 * (@blizzard0627)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/rest-api-errors-2/)
 * Getting a couple errors since the last WP update. Is this something that will
   be fixed in the next plugin update? Or is there a simpler remedy? Thank you 🙂
 * Notice: register_rest_route was called incorrectly. The REST API route definition
   for mpp/v2/profile-image/me is missing the required permission_callback argument.
   For REST API routes that are intended to be public, use __return_true as the 
   permission callback.
 * Notice: register_rest_route was called incorrectly. The REST API route definition
   for mpp/v2/profile-image/change is missing the required permission_callback argument.
   For REST API routes that are intended to be public, use __return_true as the 
   permission callback.

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Nathan Parikh](https://wordpress.org/support/users/ndzynes/)
 * (@ndzynes)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/rest-api-errors-2/#post-13425006)
 * +1 for this, I’m having the same error.
 *  [Leslie Bigos](https://wordpress.org/support/users/lesliebigos/)
 * (@lesliebigos)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/rest-api-errors-2/#post-13505188)
 * +2 for this. I am also having this error. Jetpack recommended I report to you.
 *  [Nathan Parikh](https://wordpress.org/support/users/ndzynes/)
 * (@ndzynes)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/rest-api-errors-2/#post-13505219)
 * [@blizzard0627](https://wordpress.org/support/users/blizzard0627/) [@lesliebigos](https://wordpress.org/support/users/lesliebigos/)
   the issue for my client was that they were using WP Engine hosting, with Global
   Edge Security (which I believe uses Cloudflare) enabled.
    Because of this, WP
   Engine had to whitelist our IPs in order for us to update.
 * So far, it’s been working.
 * Hope this is helpful for someone!
 *  [lukonar](https://wordpress.org/support/users/lukonar/)
 * (@lukonar)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/rest-api-errors-2/#post-13637587)
 * +3… I’m having this error too
 *  [negru13](https://wordpress.org/support/users/negru13/)
 * (@negru13)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/rest-api-errors-2/#post-13641135)
 * +4 Same error here man. Please take a look at your code.
    -  This reply was modified 5 years, 7 months ago by [negru13](https://wordpress.org/support/users/negru13/).
 *  [tripledm](https://wordpress.org/support/users/tripledm/)
 * (@tripledm)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/rest-api-errors-2/#post-13662063)
 * +5 same error on multiple sites all the same
 * Notice: register_rest_route was called incorrectly. The REST API route definition
   for mpp/v2/profile-image/me is missing the required permission_callback argument.
   For REST API routes that are intended to be public, use __return_true as the 
   permission callback. Please see Debugging in WordPress for more information. (
   This message was added in version 5.5.0.) in /home/site/public_html/wp-includes/
   functions.php on line 5229
 * Notice: register_rest_route was called incorrectly. The REST API route definition
   for mpp/v2/profile-image/change is missing the required permission_callback argument.
   For REST API routes that are intended to be public, use __return_true as the 
   permission callback. Please see Debugging in WordPress for more information. (
   This message was added in version 5.5.0.) in /home/site/public_html/wp-includes/
   functions.php on line 5229
 * Notice: register_rest_route was called incorrectly. The REST API route definition
   for mpp/v1/user/(?P\d+) is missing the required permission_callback argument.
   For REST API routes that are intended to be public, use __return_true as the 
   permission callback. Please see Debugging in WordPress for more information. (
   This message was added in version 5.5.0.) in /home/site/public_html/wp-includes/
   functions.php on line 5229
 *  Plugin Contributor [Ronald Huereca](https://wordpress.org/support/users/ronalfy/)
 * (@ronalfy)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/rest-api-errors-2/#post-13675227)
 * Sorry about this y’all. There was a miscommunication on who is responsible for
   maintaining this plugin.
 * The REST issues should be fixed now.
 * Cheers,
 * Ronald
 *  [tripledm](https://wordpress.org/support/users/tripledm/)
 * (@tripledm)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/rest-api-errors-2/#post-13676428)
 * Thank you Ronald!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘REST API Errors’ is closed to new replies.

 * ![](https://ps.w.org/metronet-profile-picture/assets/icon-256x256.png?rev=2464419)
 * [User Profile Picture](https://wordpress.org/plugins/metronet-profile-picture/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/metronet-profile-picture/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/metronet-profile-picture/)
 * [Active Topics](https://wordpress.org/support/plugin/metronet-profile-picture/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/metronet-profile-picture/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/metronet-profile-picture/reviews/)

 * 8 replies
 * 7 participants
 * Last reply from: [tripledm](https://wordpress.org/support/users/tripledm/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/rest-api-errors-2/#post-13676428)
 * Status: resolved