Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
124 views

We are running Backstage v1.37, and are trying to render our OpenAPI definitions by referencing them in the definition field, rather than hard-coding the content into our YAML files that define the ...
user3012708's user avatar
0 votes
0 answers
63 views

I'm testing a Backstage plugin component that renders a list of Ansible components using the Backstage Table from @backstage/core-components. In my test, I mock the catalog API to return 2 entities (...
Pavan P Jangale's user avatar
0 votes
0 answers
74 views

I am creating a plugin for an internal tool that requires JWT token to be sent to the API along with other headers to access the JSON data in return. It is a simple code that requires me to provide a ...
Fariha Baloch's user avatar
1 vote
0 answers
131 views

I am stuck troubleshooting an issue with connecting my Backstage instance to a self-hosted GitLab instance. For some context, I'm trying to set up a barebones Software Template in Backstage that can ...
Keshav's user avatar
  • 23
0 votes
0 answers
222 views

I am building a Backstage application. I want few of my config parameters from environment variables. I have created a .env file at the root (I am using a monorepo where my root folder has packages ...
jereesh thomas's user avatar
0 votes
1 answer
171 views

I have recently started experimenting with Backstage, with a focus on software templates. I have the GitLab integration installed and am using the publish:gitlab action to create a project in GitLab ...
Joseph Gagnon's user avatar
0 votes
1 answer
64 views

I'm trying to include a hyperlink in my TechDocs that uses a custom URI scheme (e.g., mycustomapp://) to launch a native application from a link. Here's the Markdown snippet I'm using: This tool is ...
Sbean's user avatar
  • 21
0 votes
0 answers
298 views

I'm working with Backstage Software Templates and using the $yaml annotation to load parameters. I’m successfully controlling the visibility of fields using if conditions and dependencies. However, ...
user3212324's user avatar
0 votes
1 answer
144 views

I was wondering if there is some way of creating documentation in Backstage without a component. I would like to create documentation that appears in the Documentation option displayed in the sidebar ...
Felipe's user avatar
  • 369
0 votes
1 answer
307 views

Planning to create the Postgres Instance using the Backstage, Terraform via pre-defined templates. While running the Terraform plan, stuck with the below error: Error: googleapi\*\*: Error 404: The ...
Hareesh Kumar Sure's user avatar
0 votes
0 answers
60 views

Working on the Harmonix implementation (Harmonix on AWS) https://github.com/awslabs/harmonix/blob/main/README.md From the open source code, abele deploy the required resources on AWS account but ...
Paranjothi's user avatar
0 votes
1 answer
208 views

I am trying to setup a proxy, following the documentation here: https://backstage.io/docs/plugins/proxying Here is my app-config.yaml, I would like to create a proxy which points to another locally ...
Reid2's user avatar
  • 33
0 votes
0 answers
58 views

I have this in my app-config yaml file: integrations: gitlab: - host: gitlab.com # removed original url apiBaseUrl: https://gitlab.com/api/v4 # removed original url token: ${...
focode's user avatar
  • 728
0 votes
1 answer
328 views

I wanted to deploy backstage with official helm chart: https://artifacthub.io/packages/helm/backstage/backstage So I deployed it with following values: values: | resources: requests: ...
BFG 9k's user avatar
  • 1
0 votes
0 answers
158 views

Bitbucket cloud integration in my backstage.io based app is using username & appPassword (basic) for auth to register/read locations. How to modify this default behaviors so that it will use token ...
Hearaman's user avatar
  • 8,788
0 votes
1 answer
310 views

I have implemented custom Auth Resolver with okta where signIn works fine and i'm able to login in successfully. However on reloading the page, i'm getting kicked out of the site and lands on SignIn ...
Ferin Patel's user avatar
  • 4,019
0 votes
2 answers
1k views

When using Backstage, it seems all the demos on template creation are centered around the concept of creating a new Git repo from scratch. Can a template be created that will add new content (files) ...
barrypicker's user avatar
  • 10.2k
0 votes
0 answers
235 views

I try to interface Backstage with Azure, Auth is working and I can register yaml files from ado servers, but discovery does not work providers: azureDevOps: provider1: host: dev....
pf12345678910's user avatar
0 votes
1 answer
189 views

I am trying to configure backstage app to be interfaced with Azure Devops This is my env.sh : #!/bin/bash export AZURE_CLIENT_ID=*********************************... export AZURE_TENANT_ID=************...
pf12345678910's user avatar
0 votes
0 answers
147 views

Im configuring RHDH in CRC and in dev in my job In my local, im facing this issue Login failed; caused by Error: Sign in failed: User not found in the RHDH software catalog. Verify that users/groups ...
Apuntatis's user avatar
0 votes
0 answers
167 views

We have a an api service containing data about developers and their software teams. This data is ingested into our internal Backstage platform through a custom entity provider. The data is provided as ...
user28621309's user avatar
0 votes
1 answer
711 views

I am trying to develop an internal plugin in my backstage instance. I started with a simple plugin that retrieves data from an external API, but I encountered this error: "error": { &...
rewa's user avatar
  • 23
0 votes
1 answer
223 views

Following the IBM MQ Developer tutorial (https://developer.ibm.com/tutorials/awb-deploy-ibm-mq-developer-patterns-backstage/) produces this error when running the yarn dev command: [backend]: return ...
Shreeya Nallagonda's user avatar
1 vote
0 answers
190 views

I have a backstage plugin, and I am unable to import a CSS stylesheet in one of the components. This is my folder structure: CreateComponent.tsx import React from 'react'; import './styles.css'; ...
Mihika's user avatar
  • 555
1 vote
1 answer
750 views

I have a scaffolder template in backstage and I want to log information about the user: e.g. apiVersion: scaffolder.backstage.io/v1beta3 kind: Template metadata: name: hello-world-template title: ...
punkle's user avatar
  • 974
0 votes
1 answer
452 views

Am trying to create a component in Backstage. Below is the template file which I use: apiVersion: scaffolder.backstage.io/v1beta3 kind: Template # some metadata about the template itself metadata: ...
Sunil's user avatar
  • 580
-1 votes
1 answer
292 views

I am a new tester testing backstage components and I am having problems with jest when processing them because of the following issues: I'm testing with typescript and I'm trying to test external ...
Jean Carlos Ramirez's user avatar
0 votes
0 answers
371 views

I have a template property that allows users to select from a list of environments, but the permissible options vary depending on business domain. I have looked-up the list of environments from a call ...
cheese-toast's user avatar
0 votes
0 answers
1k views

Trying to build Backstage App on my MacOS, one of its pre requisites is Yarn , But i am unsuccessful in trying to install it. Please help I am encountering an error when running yarn install for a ...
vidhi yadav's user avatar
1 vote
2 answers
698 views

On Backstage, I am trying to fetch catalog-info.yaml files automatically for every project which belongs to a group of mine on Gitlab. I am using the GitLabDiscovery feature, but the logs are showing ...
jonathan's user avatar
1 vote
0 answers
91 views

Is there a way I could remove the sidebar from Backstage? As soon as the page was initially created it came with a sidebar that I can’t seem to remove. Is this possible?
Ben Martinez's user avatar
1 vote
1 answer
661 views

I'm trying to add my custom collator to search on the new backend system of backstage but I'm facing a hard time in doing so. Can somebody point me to the right resources or how to do it? I created a ...
Daksh Sharma's user avatar
0 votes
3 answers
1k views

I'm trying to add backstage to an organisation - I was building something similar myself - so I have a bunch of metadata on hundreds of projects already in my own database. I want to bulk add them to ...
Darren Oakey's user avatar
  • 3,724
0 votes
1 answer
2k views

According to the documentation, the yarn backstage-cli versions:bump command can be used to upgrade the CLI along with all associated packages and Backstage. However, I couldn't find any information ...
Saurabh Sahu's user avatar
0 votes
1 answer
1k views

I am trying to add Okta authentication to Backstage . The application in Okta is set up and I have the okta provider and component added to my Backstage configuration. When I try to log in via the ...
amacrobert's user avatar
  • 3,279
0 votes
1 answer
2k views

I'm working on deploying Backstage on a Kubernetes cluster using the Helm chart and looking to enable guest user access for development purposes. However, I'm encountering a "501 Not Implemented&...
ZSH's user avatar
  • 653
0 votes
1 answer
127 views

I want to integrate PagerDuty into BackStage using iFrame. Is there an embedded link available in Pagerduty? How can I access it? I tried using the API plugin, but I want to use iFrames. Just like ...
Chethiya Galkaduwa's user avatar
0 votes
1 answer
231 views

Error showing while run this command @backstage/create-app@latest JS stacktrace ---> FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory 1: 0xb95be0 node::Abort() [...
Krapanshu's user avatar
0 votes
1 answer
220 views

I want to override the button color on the backstage main panel screens such as Components, Create and API. This worked for rounding corners and font size but not changing color for those buttons (see ...
user17404740's user avatar
0 votes
1 answer
827 views

For a casual user of Backstage, it is not immediately obvious how you can access a published API spec in its raw (non-HTML rendered) form. I tried clicking around, but I found no obvious solution that ...
oligofren's user avatar
  • 23.4k
0 votes
1 answer
537 views

When I try to run my backstage frontend plugin using yarn start facing below issue- Error: Invalid configuration schema in ../../../../node_modules/@backstage/backend-common/config.d.ts, the following ...
Nitin Daphale's user avatar
0 votes
1 answer
1k views

I tried to do a basic plugin for Backstage (backstage.io by Spotify) following tutorial from their website (https://backstage.io/docs/plugins/create-a-plugin). It works when running inside the app ...
Piotrek's user avatar
  • 1,476
2 votes
0 answers
399 views

I'm adding a button to an existing plugin in Backstage (@backstage/plugin-github-actions) (see the view button in my screenshot). My plan was to keep the change as clean-n-small as possible. So, to ...
Liam Nguyen's user avatar
3 votes
2 answers
2k views

I have setup my app-config.yaml to use environment variable substitution (EVS) like bellow: auth: environment: development providers: gitlab: development: clientId: ${...
jdg99's user avatar
  • 91
1 vote
1 answer
2k views

I'm developing a front-end plugin in backstage and need the user data that already logged in. I can get the userEntityRef that is something like user:default/guest with the useApi, identityApiRef from ...
meshkati's user avatar
  • 2,463
0 votes
1 answer
1k views

I am trying to set up sign in with Okta on backstage but I am getting error 404 when the API call hits Okta. I am really new to okta/backstage but so far I have followed Backstage's documentation to ...
KingNerdy's user avatar
0 votes
1 answer
359 views

We have deployed backstage application on AKS cluster and we used nginx ingress controller for our application, but the application is not stable, it works for 2 minutes, and goes down for long time (...
Pravin Awati's user avatar
0 votes
1 answer
311 views

Team, I followed this Hashicorp vault with backstage and it is getting me 404 and also trying v1 where as i called out 2. any hint what I might be missing or is it a bug? annotations: backstage....
AhmFM's user avatar
  • 1,842
0 votes
1 answer
2k views

I just setup a local backstage instance with create-app and the first thing I'm trying to do is create a standalone techdocs component, for a "getting started" type of docs. In the backstage ...
Christof's user avatar
  • 3,927
0 votes
2 answers
4k views

I have installed a fresh backstage application on a Azure Ubuntu 20 server. I am following the steps mentioned in the backstage documentation https://backstage.io/docs/getting-started/. I have also ...
RAnand's user avatar
  • 99