jamstack / jamstack.org

The official Jamstack site
https://jamstack.org/
2.84k stars 639 forks source link

Bug report: Two reports in Netlify Community of failures to deploy from templates #438

Closed kaganjd closed 4 years ago

kaganjd commented 4 years ago
  1. https://community.netlify.com/t/fail-to-deploy-site-generator/24511/
    12:40:38 PM: Failed during stage ‘preparing repo’: error checking for ref: fatal: unable to access ‘https://undefined.com/start/netlify-templates/next-starter-jamstack/’: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none: exit status 128
  2. https://community.netlify.com/t/deploy-from-templates/24877/
    6:05:50 PM: Failed during stage ‘preparing repo’: error checking for ref: fatal: unable to access ‘https://undefined.com/start/netlify/victor-hugo/’: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
huguestennier commented 4 years ago

This was fixed last friday https://github.com/jamstack/jamstack.org/pull/435

The "undefined.com" errors were happening because we weren't providing the full repo URL to Netlify. Should work now!

kaganjd commented 4 years ago

Oh awesome, thanks- will close the loop in those two posts 👍