Ben Lambert

Results 634 comments of Ben Lambert

Thanks for raising this! Is this something that you would like to contribute a fix for? :pray:

Hey @rr-jino-jose :wave: Thanks for the issue report. Looks like we're missing some doc updates here, I think that the type you want to be using is this: https://github.com/backstage/backstage/blob/master/plugins/scaffolder/src/components/fields/SecretInput/SecretInput.tsx#L22 If...

I think that should be changed to `@rjsf/utils` 👍 https://github.com/backstage/backstage/blob/master/plugins/scaffolder/src/components/fields/RepoUrlPicker/validation.ts#L17

@rr-jino-jose going to close this issue as the PR has been merged :tada: thanks!

@cmoulliard this smells like the issue with `NODE_OPTIONS` not being provided to the backend when using node 20. Can you try with `node 18` and does it work as expected?...

@cmoulliard nice! Looks like this is coming along nicely from the screenshots! :pray:

Looks like that error is thrown from here: https://github.com/backstage/backstage/blob/870db76a4541e2708c35b9c9cc41b54ed24ddba2/packages/backend-common/src/reading/GiteaUrlReader.ts#L92-L109 It's expecting some form of encoding when reading the file by the looks of it? @atoko you wrote this code, maybe...

@cmoulliard 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...