Andre Wanlin

Results 356 comments of Andre Wanlin

@djamaile @kuangp I feel like the two of you might have some ideas here, could use your feedback on this one when you have time, please?

I'm super sorry, for the new backend system we created - @backstage/plugin-catalog-backend-module-github-org - which does use the `GithubMultiOrgEntityProvider`: https://github.com/backstage/backstage/blob/9910c6babc104d8b765c9646ee89604b09dc15de/plugins/catalog-backend-module-github-org/src/module.ts#L102-L119 I think I got lost a little in the module and...

Hi @0GiS0, you have: ```yaml providers: github: githubOrg: ``` When it should be: ```yaml providers: githubOrg: ``` Try that and see how it goes?

Awesome, glad it's working for you! Yes, your have two different Entity Providers which means they each need to have their own section directly under `providers:`. I can understand that...

Hi @prasoon-pxc, sorry you've had issues and the docs haven't been to helpful. We are actively working on that: https://github.com/backstage/backstage/issues/24195 Any new instances of Backstage will use the new backend...

Yes, that page needs to be updated as well. The migration guide here might help you in the mean time: https://backstage.io/docs/backend-system/building-backends/migrating#the-catalog-plugin:~:text=GithubMultiOrgEntityProvider%20and%20GithubOrgEntityProvider

One of the items missing in my PR to updated the docs which you might be missing too is that you need to make sure to schedule it: ```yaml catalog:...

Awesome! Glad everything is working for you now. Really appreciate your patience as we worked to sort this out.

Hi @CiscoRob, I think this is a lot like this one? https://github.com/backstage/backstage/issues/22139

Triggered a re-run, let's see how it goes