Opened 5 years ago
#52247 new defect (bug)
Author role unable to set featured image (Error 403)
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | 5.6 |
| Component: | Role/Capability | Keywords: | |
| Focuses: | Cc: |
Description
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 (Ver 5.6, Php 7.4.8, 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
and
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__()
Note: See
TracTickets for help on using
tickets.