Author role unable to set featured image (Error 403)

Users with the role of author are unable to set featured images in posts. I am able to replicate this in a fresh installation of WordPress (no plugins, 2021 theme).

There are two errors in the console:

api-fetch.min.js?ver=5f98b08f212ba8fa8b4685ad2e1b1378:2 GET https://dev.msiachild.org/wp-json/wp/v2/media/16?context=edit&_locale=user 403

Uncaught (in promise) 
{code: "rest_forbidden_context", message: "Sorry, you are not allowed to edit this post.", data: {…}}
code: "rest_forbidden_context"
data:
status: 403
__proto__: Object
message: "Sorry, you are not allowed to edit this post."
__proto__:
constructor: ƒ Object()
hasOwnProperty: ƒ hasOwnProperty()
isPrototypeOf: ƒ isPrototypeOf()
propertyIsEnumerable: ƒ propertyIsEnumerable()
toLocaleString: ƒ toLocaleString()
toString: ƒ toString()
valueOf: ƒ valueOf()
__defineGetter__: ƒ __defineGetter__()
__defineSetter__: ƒ __defineSetter__()
__lookupGetter__: ƒ __lookupGetter__()
__lookupSetter__: ƒ __lookupSetter__()
get __proto__: ƒ __proto__()
set __proto__: ƒ __proto__()

Edit: Some other stuff I’ve tried:

I’ve enabled Cloudflare’s development mode to bypass the cache;
I’ve updated the 2021 theme.

My Php Version is 7.4.8

  • This topic was modified 5 days, 12 hours ago by yewzy.



Source link