tutorials/quickstart-app-auth is out of date
See original GitHub issueThe Monorepo App Setup With Authentication tutorial is out of date. See detailed bug report at https://github.com/johnson-jesse/simple-backstage-app/issues/1
Expected Behavior
I should be able to use the demo repo to build a new app.
Current Behavior
A number of compilation errors due to changes in the code base since the tutorial repo was created.
Possible Solution
Upgrade the tutorial docs/repo and keep current, or perhaps just remove this tutorial.
Steps to Reproduce
Detailed at https://github.com/johnson-jesse/simple-backstage-app/issues/1
Context
Trying to build my first backstage app starting with create-app
which I noticed was missing frontend apis. Saw
a lot of documentation for plugins saying to use builder.add
but couldn’t find any examples in the current backstage repo but did find in the demo repo. This looks like I went down a long twisty path of historical code that isn’t used that way anymore.
And, no, I am not an experienced typescript developer by any means. I copy/paste/modify until stuff works;-)
Your Environment
- NodeJS Version (v12): 12 or 14
- Operating System and Version (e.g. Ubuntu 14.04): MacOS Catalina
- Browser Information: N/A
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top GitHub Comments
I think I could take a stab at this to revamp the documentation and create an example repository for this.
@adamdmharvey Honestly I’ve stopped doing it this way and am just maintaining a branch off of master with my local config.