-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
10.1.0, 9.2.9, 10.3.0
-
None
-
Severity 3 - Minor
-
Issue Summary
Demo space is not showing up in the Trial Installation.
Steps to Reproduce
- Start a fresh Confluence instance. You can use:
./scripts/build.rb --maven-clean --install --run --http-port 1990 - Choose Trial installation
- Provide License
- Choose database
- Select Example Site option
- When asked add a user
- Click start or Further configuration
Expected Results
Expected a site showing a Demonstration space.
Actual Results
A prompt from the welcome.action is asking to enter a name for a new space.
Even after entering a new space nothing shows up in the Space Directory.
Also if the admin reindexes the whole site and then the user click to go to the main page the user is still redirected to welcom.action.
So there are potential two issues:
- the onboarding plugin should not show up if there's a demo space (that could be existing behaviour)
- we need to trigger indexing after Demo space restore (this is a regression because it should work without extra reindexing).
Workaround
A site reindexing is required.