From c0fa25111263a2dccf104fda0375d133a620c5fc Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Thu, 20 Jul 2023 17:18:30 -0400 Subject: [PATCH] changelog: add entry for #18020 --- .changelog/18020.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/18020.txt diff --git a/.changelog/18020.txt b/.changelog/18020.txt new file mode 100644 index 000000000000..83c18f33408a --- /dev/null +++ b/.changelog/18020.txt @@ -0,0 +1,3 @@ +```release-note:bug +ui: Fixed error handling for cross-region requests when the receiving region does not implement the endpoint being requested +```