Hello,
I'm facing an awkward issue with a custom theme (working properly until then) since I changed the Include default language parameter in admin panel.
I just turn it from No to Yes and now I have this error message: "ERROR: home.html.twig template not found for page: /". Switch it back didn't change anything, from admin or locally. I can't get it to work anymore, even though my templates exist and have the expected names. I erased both Grav and browser cache. Markdown files extensions do include the different languages used (.fr.md and .en.md)
I have this problem both on localhost and online.
I'm using Grav v1.7.34.
Here's an excerpt of my /user/localhost/config/system.yaml file:
languages:
supported:
- fr
- en
default_lang: null
include_default_lang: false
include_default_lang_file_extension: true
translations: true
translations_fallback: true
session_store_active: false
http_accept_language: false
override_locale: false
pages_fallback_only: false
I also set default_lang to fr in the /user/config/site.yaml file.
Has anyone experienced similar difficulties by making these changes? Is there something I didn't get?
Thanks for your hints!