From 332d3decb20de2127caed1f76852b9763e045d54 Mon Sep 17 00:00:00 2001 From: Brian Fletcher Date: Fri, 28 Jan 2022 09:53:38 +0000 Subject: [PATCH] adds changeset Signed-off-by: Brian Fletcher --- .changeset/quick-jars-wait.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/quick-jars-wait.md diff --git a/.changeset/quick-jars-wait.md b/.changeset/quick-jars-wait.md new file mode 100644 index 0000000000..c6299760be --- /dev/null +++ b/.changeset/quick-jars-wait.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-proxy-backend': patch +--- + +If one of the configured proxies is configured badly enough to cause an exception when the middleware is being built it will now pass by it and continue the server startup. Previously the backend would fail to startup.