I’m able to access the /admin CMS in development but not in production.
On the live site (in production) I get the “check the config.yaml” error.
I have a multilingual site and the config was working before being multilingual so my guess is that there’s a mismatch with the folder structure.
here’s the head of the config file:
backend:
name: git-gateway
media_folder: "assets/images"
public_folder: "/images"
collections:
- name: "recipes"
label: "Recipes"
label_singular: "Recipe"
folder: "content/blog"
create: true
fields:
- {label: "Recipe", name: "recipe", widget: "hidden", default: true }
- ...
anyone having a similar issue?
the site generator is Hugo
Best!