-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
Description
- Do you want to request a feature or report a bug?
Bug
- What is the current behavior?
The backend is looking for the config file in the site root "/" instead the "admin/" folder
Working fine when I move config from "/admin/config.yml" to "/config.yml"
Error:
The config.yml file could not be loaded or failed to parse properly.
Error message: Error: Failed to load config.yml (404)
- If the current behavior is a bug, please provide the steps to reproduce.
Surf to /admin on a new site
- What is the expected behavior?
Config should be loaded from "/admin/config.yml"
chillaxdev