Missing analyzer backend if using @backstage/create-app #5033
Labels
Comments
|
The presence is gated by the presence of a certain input parameter And indeed that isn't passed in here It should rather look like this https://github.com/backstage/backstage/blob/master/packages/backend/src/plugins/catalog.ts#L34 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When bootstrapping a backstage application with
npx @backstage/create-appthe catalog option toRegister an existing componentoffers the ability to import repositories withoutcatalog-info.yaml.After configuring GitHub auth and trying to import a repository like
https://github.com/organization/project, the backend reports a 404 error.Failed to generate entity definitions. Received http response 404: Not FoundWhen building from source (
backstage/backstage) the functionality is working fine.Expected Behavior
The wizard should provide me with information about a PullRequest that is going to be opened with base configuration of the component.
Current Behavior
The Website/Console/Backend report a 404 for the
http://localhost:7000/api/catalog/analyze-locationpath.Possible Solution
Steps to Reproduce
npx @backstage/create-appRegister an existing componentwith a repository without component configurationContext
I'm trying to setup a new backstage application for my company and to import existing projects to the catalog.
Your Environment
I've tested different kind of combinations of browsers, databases and configurations.
The text was updated successfully, but these errors were encountered: