Charles Moulliard
Charles Moulliard
> Can you try with `node 18` and does it work as expected? https://backstage.io/docs/features/software-templates/#getting-started You saved a couple of additional hours of work. Many thanks :-)  > at Git.push (/Users/cmoullia/code/janus-idp/fork-backstage/packages/backend-common/src/scm/git.ts:288:15)[63](http://localhost:3000/create/tasks/f346cfa5-f57c-48ae-8f7b-f3a2f096b319#line-63) This error HTTP 404 is returned by gitea server: ``` 2024/01/02 18:18:55 ...eb/routing/logger.go:102:func1()...
Do you know how I can fix such a problem ? @freben ``` 632024-01-03T10:15:32.000Z Error: {"error":{"name":"InputError","message":"NotAllowedError: Entity api:default/my-quarkus-app at url:https://gitea.snowdrop.dev:3333/org1/test4/+/refs/main/catalog-info.yaml, originated at url:https://gitea.snowdrop.dev:3333/org1/test4/+/refs/main/catalog-info.yaml, is not of an allowed kind for...
> Do you know how I can fix such a problem ? @freben Problem fixed. I missed to add Api to the catalog ``` catalog import: entityFilename: catalog-info.yaml rules: -...
I'm blocked with this issue ``` InputError: Error: Unable to read url, Error: Unknown encoding: undefined\n at DefaultLocationService.processEntities (/Users/cmoullia/code/janus-idp/fork-backstage/plugins/catalog-backend/src/service/DefaultLocationService.ts:102:15). ```  Can someone help me...
> Looks like that error is thrown from here: FYI: The base64 content decoded is the content of the catalog-info.yaml file similar to this file: https://github.com/ch007m/backstage-quarkus-template/blob/main/skeleton/catalog-info.yaml I'm not sure if...
> it's most likely that there's a delay in gitea with caching. You can try and add a delay at the end of the repo push action to see if...
> Can probably change that from a random delay to actually polling some endpoint to see if it's ready yet. I created a function to wait till we got the...
Can you tell me what I should do as some jobs fail ? @benjdlambert @freben