- Issue created by @joachim
- Status changed to Fixed
7 months ago 12:29pm 18 April 2024 Automatically closed - issue fixed for 2 weeks with no activity.
The front page of a site isn't an alias, it's just an empty path. That means that we don't get any parameters for the route and we can't load an entity.
We need to:
1. check if the path is empty (once
🐛
language prefix prevents aliases from being resolved
Active
is fixed, so a langcode is removed already)
2. if it is, check for the front page path config setting
3. If there is one, replace the empty path with the config setting path
Does this needs to be done before the alias is resolved? I can't remember if front page is stored as an alias or whether the alias gets resolved by the form when it's saved.
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.