diff --git a/.changeset/wicked-knives-wink.md b/.changeset/wicked-knives-wink.md index 070e7709a9..b238be331b 100644 --- a/.changeset/wicked-knives-wink.md +++ b/.changeset/wicked-knives-wink.md @@ -3,3 +3,13 @@ --- Add `PATCH` and `HEAD` to the `Access-Control-Allow-Methods`. + + +To apply this change to your Backstage installation make the following change to your `app-config.yaml` + +```diff + cors: + origin: http://localhost:3000 +- methods: [GET, POST, PUT, DELETE] ++ methods: [GET, POST, PUT, DELETE, PATCH, HEAD] +```