Merge pull request #15470 from mitchhentgesspotify/mhentges/fix-base-url-conflict-message

Use both variables in cli's "base url conflict" error message
This commit is contained in:
Ben Lambert
2023-01-04 14:27:42 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Slightly improve readability of "base URL conflict" error handling code
@@ -80,7 +80,7 @@ export async function startFrontend(options: StartAppOptions) {
`⚠️ Conflict between app baseUrl and backend baseUrl:
app.baseUrl: ${appBaseUrl}
backend.baseUrl: ${appBaseUrl}
backend.baseUrl: ${backendBaseUrl}
Must have unique hostname and/or ports.