DEV Community

Discussion on: How to integrate Netlify CMS with Gridsome?

Collapse
 
suitsat profile image
Sebastian Ulbel

Hi. Nice work. But how can I access the netlifyCMS backend? Normally its available via /admin - but this doesnt work for me. Can you provide more details?
Thanks.

Collapse
 
hack_nug profile image
Nestor Vera

Did you change repo on config.yml to point to your own repo?

Collapse
 
suitsat profile image
Sebastian Ulbel

Yeah, didn't help though. But nevermind, moved on. Thanks!

Collapse
 
mittalyashu profile image
Yashu Mittal • Edited

Glad you liked it.

You can access the netlify cms backend by http://localhost:8080/admin, make sure that the admin directory is at the root and inside static directory.

Let me know if you found any other difficulty, while setting up NetlifyCMS integration with Gridsome.

Collapse
 
berkmann18 profile image
Maximilian Berkmann

It seems that your starter pack's config.yml doesn't include the required site_id field.

Thread Thread
 
mittalyashu profile image
Yashu Mittal

Which site_id you are referring about?