Charles Moulliard

Results 392 comments of 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 :-) ![Screenshot 2023-12-21 at 13...

Dont close it. I'm on PTO and will continue to work on it beginning of 2024

> 2023-12-21T12:45:54.000Z Error: HTTP Error: 404 Not Found {data={"statusCode":404,"statusMessage":"Not Found","response":"404 page not found\n"}}[62](http://localhost:3000/create/tasks/f346cfa5-f57c-48ae-8f7b-f3a2f096b319#line-62) > 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). ``` ![Screenshot 2024-01-03 at 12 01 45](https://github.com/backstage/backstage/assets/463790/0e6f8cc9-af82-4ebf-98c2-546213825d34) 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