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
fix(apps): correct error where multiple repsonses are attempted to be sent on dns redirect (#2756)
Previously the response redirect would complete the http response, but then we would attempt to still provide a status response and message,
which caused errors throughout our logging. The correct action is to no longer perform response actions after a redirect.
PR Close#2756
0 commit comments