/welcome and /settings return 404
See original GitHub issueWhen I navigate to either the welcome or settings pages when running locally, the 404 page is displayed.
Interestingly enough, I also receive a 404 for /welcome on https://demo.backstage.io/welcome, but not for https://demo.backstage.io/settings.
Expected Behavior
I should be able to access the welcome and settings pages
Current Behavior
The welcome and settings pages return a 404
Steps to Reproduce
- Create app with
npx @backstage/create-app, selecting sqlite for the database - Run the app as indicated in the instructions in the Getting Started docs
- Try to navigate to /welcome or /settings on the app running locally
Context
I can’t access either of those pages, which means I can’t follow the welcome tutorial in the app.
Your Environment
- NodeJS Version (v12): v12.20.1
- Operating System and Version (e.g. Ubuntu 14.04): Windows 10
- Browser Information: Chrome 88.0.4324.96
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How to Fix WordPress Posts Returning 404 Error - WPBeginner
We hope this article helped you resolve posts returning 404 error in WordPress. Did this solution work for you?
Read more >/index.html should return 404 but shows nginx welcome page ...
I've moved the default file in sites-available . No mention of index.html in any file in sites-enabled , and 404 works fine for...
Read more >Beginner's Guide to WordPress 404 Error Pages - DreamHost
A 404 error occurs when a web page is not found and a 404 error page alerts visitors to an incorrect URL. Learn...
Read more >Reset WordPress permalinks to fix the 404 error - GoDaddy
Under Permalink Settings, select a different permalink structure, and then select Save Changes. This will resolve the 404 error.
Read more >404. That's an error. The requested URL was not found on this ...
As you might know, a 404 error is "File not found." This can happen when a file is deleted or there is an...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Ah ok 🤦 this should be removed. This page basically just listed some basic information about how to get started with backstage, which has all moved really to https://backstage.io/docs. I’ve just created a PR to remove this welcome banner for now until we get round to making this welcome plugin more specific to end user needs. https://github.com/backstage/backstage/pull/4193
Hey!
So the
welcomeplugin is not registered in either the demo app orcreate-appversions right now, as we just simply haven’t really gotten around to plan for it yet. It used to be registered, but then we defaulted to using the/catalogpage as the root route for now.The
/settingsroute I think was not added to thecreate-appbut should have been added in this most recent release which is currently building right now. So should be available very soon!