You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On localhost I can get to /admin and see the netlifycms login, the network inspector shows it getting the config.yml from /admin/config.yml
When I deploy to Netlify though it seems that it's trying to load it from /config.yml.
If I hit it at the proper /admin/config.yml on live, it's clearly there, why it's being served from root I have no idea.
Ok, so... it works now. I disabled the netlify asset optimization (of which I only had images checked... was causing janky images though so I disabled it)
Describe the bug
On localhost I can get to /admin and see the netlifycms login, the network inspector shows it getting the config.yml from /admin/config.yml
When I deploy to Netlify though it seems that it's trying to load it from /config.yml.
If I hit it at the proper /admin/config.yml on live, it's clearly there, why it's being served from root I have no idea.
To Reproduce
https://www.sitefinitysteve.com/admin#/
Expected behavior
NetlifyCms admin login page
Screenshots
Applicable Versions:
netlify-cms-app 2.12.19
bootstrap.js:83 netlify-cms-core 2.30.3
index.js:27 netlify-cms 2.10.55
"nuxt": "^2.14.0",CMS configuration
Additional context
netlify.toml
The text was updated successfully, but these errors were encountered: