Closed ehmicky closed 4 years ago
Somehow an URL wasn’t properly templated and it tried to load {{ .ConfirmationURL }}
as if it was a file. Since the plugin runs on postBuild
, the user probably hadn’t set up their build properly in the first place.
It seems like the repo is using yellowcake
, which uses this ConfirmationURL
in a lot of templates. It is actually a Netlify CMS/Identity thing, not sure why it wouldn’t be templated.
Thanks for looking into this.
So it looks like this is an user error, right?
If so, I think the current error handling logic is proper: catching the error and reporting it as a user error with utils.build.failBuild()
. I.e. this issue can be closed?
Yup! Closing.
The following error is happening in some builds:
The repository is here. The build logs do not show any additional information unfortunately. Do you know what the error might be?