You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When IsRenderable request in Content Studio returns 403/Forbidden, the catch handler fails because it expects an argument of type RequestError while Request in this case returnsAccessDeniedException. Either fix the code in Content Studio to handle both types, or fix Request to return an error of type RequestError for 403 as well.
The text was updated successfully, but these errors were encountered:
alansemenov
changed the title
Failed preview request to Next.xp server breaks the editor
403/Forbidden from IsRenderable breaks Content Editor
Aug 26, 2024
When
IsRenderable
request in Content Studio returns 403/Forbidden, thecatch
handler fails because it expects an argument of typeRequestError
whileRequest
in this case returnsAccessDeniedException
. Either fix the code in Content Studio to handle both types, or fixRequest
to return an error of typeRequestError
for 403 as well.The text was updated successfully, but these errors were encountered: