Closed javiermartingonzalez closed 1 day ago
π @javiermartingonzalez
Welcome to the Microcks community! π
Thanks and congrats π for opening your first issue here! Be sure to follow the issue template or please update it accordingly.
π’ If you're using Microcks in your organization, please add your company name to this list. π It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact.
If you need to know why and how to add yourself to the list, please read the blog post "Join the Microcks Adopters list and Empower the vibrant open source Community π"
Hope you have a great time there!
π ~~~~~ π
π’ If you like Microcks, please β star β our repo to support it!
π It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact.
Oh... I just tested with backstage 1.32 and was hoping to have some time before another API breaking change... Will have a look at it.
Hi @javiermartingonzalez,
I tried reproducing this by directly creating a new backstage 1.33 application and adding the 0.0.6
version of our plugin to it, but I didn't succeed. The plugin is installed correctly and works as expected without errors in the log.
My app packages/backend/package.json
actually references @backstage/plugin-catalog-backend": "^1.28.0"
as you noticed but this doesn't raise issue with @backstage/plugin-catalog-backend": "^1.27.0
used in the Microcks plugin.
Can you explain the process you followed to get this exception?
Hello again! I think it was something wrong with yarn.lock
Today I deleted the package and Backstage was working. Then, I added it again and it is working. So probably, something wrong with package that was solved after removing and adding again.
Thank you for your support and sorry for the inconveniences
Describe the bug
Hello, Backstage not starting after installing 1.33 version due to plugin-catalog-backend incompatibility. It seems it was not applying the migration and the backend is not starting.
With your last update, you are using @backstage/plugin-catalog-backend@1.27 version and newer version is @backstage/plugin-catalog-backend@1.28
Can you check? Uninstalling Microcks plugin solves the problem
Expected behavior
No response
Actual behavior
2024-11-21T15:35:13.404Z backstage info Plugin initialization in progress, still initializing: 'app' type=initialization C:\Repositorios\idp\backstage\node_modules\@backstage\backend-defaults\node_modules\@backstage\backend-app-api\src\wiring\BackendInitializer.ts:334 throw new ForwardedError( ^
ForwardedError [TypeError]: Plugin 'catalog' startup failed; caused by TypeError: backendOpenapiUtils.createValidatedOpenApiRouterFromGeneratedEndpointMap is not a function at
How to Reproduce?
No response
Microcks version or git rev
No response
Install method (
docker-compose
,helm chart
,operator
,docker-desktop extension
,...)No response
Additional information
No response