๐ Entity-feedback: Getting Request failed with 404 when backstage is deployed to k8s
Closed this issue ยท 0 comments
bchemsed1 commented
Plugin Name
Entity-feedback
๐ Description
When deploying Backstage to a Kubernetes (K8s) cluster with the new plugin installed, the API request to register a like fails, resulting in a 404 error. This issue only occurs in the K8s environment; the API call works correctly when running locally.
Details:
Request URL:
https://developer******ec1.aws.cloud/api/entity-feedback/ratings/component%3Adefault%2Fbuildon-sandbox
Request Method:
GET
Status Code:
404 Not Found
Remote Address:
44.***.***.102:443
Referrer Policy:
no-referrer
Any guidance on resolving this would be appreciated!
๐ Expected behavior
The API call should succeed, as it does in the local environment, and the like should be registered when upon clicking it.
๐ Actual Behavior with Screenshots
๐ Reproduction steps
- Deploy Backstage to a K8s cluster with the new plugin installed.
- Attempt to register a like via the UI.
- Check the API response.
๐ 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?
None