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
Navigating to /admin gives a blank screen, in the console I can see a lot of js files that netlify CMS was trying to load were located in the root path, and they 404.
Navigating to /admin/ works, the js files now are loaded from inside the /admin/ path and they are found.
To Reproduce
Navigate to /admin (no slash at the end)
Expected behavior
For either redirecting to /admin/, or to locate the resources correctly. Screenshots
Describe the bug
Navigating to
/admin
gives a blank screen, in the console I can see a lot of js files that netlify CMS was trying to load were located in the root path, and they 404.Navigating to
/admin/
works, the js files now are loaded from inside the/admin/
path and they are found.To Reproduce
Navigate to
/admin
(no slash at the end)Expected behavior
For either redirecting to
/admin/
, or to locate the resources correctly.Screenshots
Applicable Versions:
CMS configuration
https://github.com/StefanoChiodino/stefano-chiodino-uk/blob/master/static/admin/config.yml
Additional context
The text was updated successfully, but these errors were encountered: