fix: typos in changeset

Signed-off-by: Alexander Zerbe <alex@aqube.de>
This commit is contained in:
Alexander Zerbe
2021-03-21 11:45:36 +01:00
parent 2c525f85e7
commit 9562dbb483
+4 -2
View File
@@ -5,7 +5,9 @@
(fix) Adds locationAnalyzer to default-app template
The locationAnalyzer was missing from the default-app template.
This resulted in 404 errors for newly bootstraped backstage applications, when adding components without configuration.
This resulted in 404 errors in newly bootstrapped backstage applications,
when adding components without configuration.
To fix this in an existing backstage application, the locationAnalyzer needs to be added to the `packages/backend/src/plugins/catalog.ts` file.
To fix this in an existing backstage application, the locationAnalyzer needs
to be added to the `packages/backend/src/plugins/catalog.ts` file.
Check out `/backstage/packages/create-app/templates/default-app/packages/backend/src/plugins/catalog.ts` for reference.