[plugins/renovate-backend]: Component Detail Tab Empty Despite Successful Renovate Execution & PR Creation #941
Unanswered
chaehyun-lee-otsk
asked this question in
Q&A
Replies: 2 comments
|
Please provide guidance on the specific files or logic that should be reviewed. |
0 replies
|
What is the debug log output? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Environment
Plugin:
"@secustor/backstage-plugin-renovate-backend": "^0.17.0",
"@secustor/backstage-plugin-renovate-backend-module-queue-local": "^0.4.7",
"@secustor/backstage-plugin-renovate-backend-module-runtime-direct": "^2.2.0",
Backstage Core: Based on @backstage/backend-defaults and createBackend() (New Backend System)
OS/Deployment: Kubernetes
Database: PostgreSQL
Renovate configuration in app-config
Symptom
When running Renovate manually (Scan this entity) or via the scheduler, the Renovate job successfully runs, creates Pull Requests (PRs) on GitHub for new updates (e.g., Docker image updates), and updates the Dependency Dashboard Issue.
However, the Component Detail Renovate tab (/catalog/default/component/xxx/renovate) perpetually shows "No records to display". The backend service seems to skip the database persistence step entirely.
All reactions