Could not fetch catalog entities on a all new deployment

See original GitHub issue

Hello,

I’d like to run backstage in my local environment. To do this, I’m following the steps in the gettings-started guide.

Unfortunately, when the app is starting, I have an error :

image

While I see no errors in the logs of the backend :

image

N.B : I have the following error in my local environment but I get this error in multiple environments :

  • Kubernetes through helm charts deployment
  • Yarn deployment on a company VM behind a proxy
  • In my local environment in a WSL withtout any proxy.

The reason why I was talking about my local environment is because this is the environment where I made any modifications just the commands below

Steps to reproduce

npx @backstage/create-app ## Create local-backstage app
cd local-backstage && yarn dev

Environment

  • Ubuntu 20.04 in WSL 2 on Windows 10

Please let me know if you miss informations

N.B: Backstage seems really great and IMHO could help A LOT of teams growing up 👍

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:19 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
mustafazeyacommented, Apr 14, 2022

@mustafazeya What issue was that?could you please clarify?Thanks

We weren’t getting issue locally ( if you used npx to create initial version,you shouldn’t get into any issue).

When we were deploying docker image with a custom url,we were getting this issue.

We had some cache problem in browser and we changed frontend and backend url to same and then everything worked perfectly fine.

I hope this helps!

0reactions
jetherscommented, Dec 14, 2022

Hi,

I solved it doing this: https://github.com/backstage/backstage/issues/14874

Thanks

Em qua., 14 de dez. de 2022 às 16:44, Anderson Soares < @.***> escreveu:

@jethers https://github.com/jethers Did you manage to solve your issue ? I am facing this issue as well and I am deploying via helm chart following the instructions here https://github.com/backstage/charts

— Reply to this email directly, view it on GitHub https://github.com/backstage/backstage/issues/10323#issuecomment-1352054189, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHNYJGYCMZ7YSLWI552EKNLWNIPQXANCNFSM5RD4E5NA . You are receiving this because you were mentioned.Message ID: @.***>

Read more comments on GitHub >

github_iconTop Results From Across the Web

Catalog Configuration
Catalog Rules​​ By default the catalog will only allow ingestion of entities with the kind Component , API and Location . In order...
Read more >
Backstage running on aws fargate can't fetch catalog ...
But when I run a task in Fargate, he can't fetch it. When I call the entites api on /api/catalog/entities , the return...
Read more >
Catalog operations
To update your software catalog with new entities without re-deploying ... The catalog processor cannot set up the files properly if you use...
Read more >
HTTP API V2 | Docker Documentation
If a layer is deleted which is referenced by a manifest in the registry, then the complete images will not be resolvable. Pushing...
Read more >
Troubleshoot Cloud Run issues
Deployment errors · Container failed to start · Internal error, resource readiness deadline exceeded · Error user 'root' is not found in /etc/passwd...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found