๐ Feedback: Config Frontend Issue
Closed this issue ยท 1 comments
matthew-da-clark commented
Plugin Name
Feedback
๐ Description
When testing out frontend configuration via CLI:
yarn backstage-cli config:print --lax --frontend --config app-config.yaml --config app-config.frontend.dev.yaml
I get this error:
Error: Config validation failed, Config must have required property 'auth' { missingProperty=auth } at /feedback; Config must have required property 'email' { missingProperty=email } at /feedback/integrations
This should have setup visibility for backend properly:
https://github.com/backstage/community-plugins/blob/main/workspaces/feedback/plugins/feedback-backend/config.d.ts#L46
๐ Expected behavior
It shouldnt matter since I target frontend and should work.
๐ Actual Behavior with Screenshots
Error: Config validation failed, Config must have required property 'auth' { missingProperty=auth } at /feedback; Config must have required property 'email' { missingProperty=email } at /feedback/integrations
๐ Reproduction steps
Run config for frontend with feedback setup.
๐ Provide the context for the Bug.
No response
๐ Have you spent some time to check if this bug has been raised before?
- I checked and didn't find similar issue
๐ข Have you read the Code of Conduct?
- I have read the Code of Conduct
Are you willing to submit PR?
No, I don't have time to work on this right now
github-actions commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.