• Resolved blizzard0627

    (@blizzard0627)


    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)
  • +1 for this, I’m having the same error.

    +2 for this. I am also having this error. Jetpack recommended I report to you.

    @blizzard0627 @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!

    +3… I’m having this error too

    +4 Same error here man. Please take a look at your code.

    • This reply was modified 4 years, 4 months ago by negru13.

    +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

    (@ronalfy)

    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

    Thank you Ronald!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘REST API Errors’ is closed to new replies.