backstage/community-plugins

๐Ÿ› Entity-feedback: Getting Request failed with 404 when backstage is deployed to k8s

Closed this issue ยท 0 comments

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

image

๐Ÿ‘Ÿ Reproduction steps

  1. Deploy Backstage to a K8s cluster with the new plugin installed.
  2. Attempt to register a like via the UI.
  3. 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?

Are you willing to submit PR?

None