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
Our fragment is already handle this error means underlying fragment is down so render the fallback url so it is handle error so we need to return 200 in place 500.
So we have any extension where we need to change this status code?
I want to change response status code when fragment request send to call fallback url. Which is set in request-handler.js
Our fragment is already handle this error means underlying fragment is down so render the fallback url so it is handle error so we need to return 200 in place 500.
So we have any extension where we need to change this status code?