gridsome-starter-netlifycms icon indicating copy to clipboard operation
gridsome-starter-netlifycms copied to clipboard

Error on /admin

Open Berkmann18 opened this issue 5 years ago • 5 comments

Whenever I try to go to http://localhost:8080/admin and click on the link, it leads to this error: Error Authenticating with GitHub: You must set a site_id with netlify.configure({site_id: "your-site-id"}) to make authentication work from localhost.

Here's what I tried (all of which failed) in config.yml:

backend:
  name: github
  branch: master
  repo: Berkmann18/gridsome-starter-netlifycms
  site_id: compassionate-lalande-822e9b
backend:
  name: github
  branch: master
  repo: Berkmann18/gridsome-starter-netlifycms

site_id: compassionate-lalande-822e9b`

Berkmann18 avatar Mar 22 '19 17:03 Berkmann18