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
Hello, I'm experiencing a persistent issue with Decap CMS on Vercel.
The admin panel (/admin) shows a blank page and the console error collections.js:23 Uncaught TypeError:
Cannot read properties of undefined (reading 'forEach').
This happens even with a minimal config.yml file.
My config.yml is:
1 backend:
2 name: github
3 repo: webgae/astro-decap-cms-blog
4 branch: main
5 client_id: Ov23liCklzov2dSy8xKr # (If you re-add it for testing)
6
7 collections:
8 - name: "blog"
9 label: "Blog Posts"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Body:
Hello, I'm experiencing a persistent issue with Decap CMS on Vercel.
The admin panel (/admin) shows a blank page and the console error collections.js:23 Uncaught TypeError:
Cannot read properties of undefined (reading 'forEach').
This happens even with a minimal config.yml file.
My
config.ymlis:10 folder: "src/content/blog"
11 fields:
12 - {label: "Title", name: "title", widget: "string"}
I have already tried:
My Vercel URL is: https://astro-decap-cms-blog.vercel.app/admin/
My Decap CMS version is https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js.
Espero que esto te ayude a obtener una solución de la comunidad.
Beta Was this translation helpful? Give feedback.
All reactions