-
Hi there! I'm using Netlify to host my Zola static site. I'm able to log into the admin console with Netlify Identity, but the collections aren't showing up as expected. Here's my folder structure:
and here's the relevant part of the
I have tried removing the leading slashes on the file paths above, but get the same results. Here's what
Here's how my collections appear in the CMS: And here's the "Contact" page fields not populating as I would expect: Looking at the console window, I'm noticing a lot of 404 requests to routes like:
This is a public repository under my account. Do I have something configured incorrectly in the config file or in Netlify? What am I doing wrong here? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Okay, one of the issues was that decap was using |
Beta Was this translation helpful? Give feedback.
-
Okay, turns out I was referencing the wrong page (oops), it should be This works:
|
Beta Was this translation helpful? Give feedback.
Okay, turns out I was referencing the wrong page (oops), it should be
content/contact/_index.md
. Also, I need to use theobject
widget for nested fields.This works: