Error - InitializeBuild job failed [unexpected]: VCL name must be a non-empty string

Issue when deploying Sapper project on XDN

Waiting for build to be initialized…
Build failed with error: Something went wrong while deploying, please check the logs and contact support if the problem persists
2020-10-06T16:52:37Z - info - -----------------------
2020-10-06T16:52:37Z - info - InitializeBuild job started
2020-10-06T16:52:37Z - info - Running job ‘initializeBuild’ on xdn-build-lambda v2.20.0
2020-10-06T16:52:38Z - info - > Provisioning environment
2020-10-06T16:52:41Z - error - InitializeBuild job failed [unexpected]: VCL name must be a non-empty string

My xdn.config.js file:

// This file was automatically added by xdn deploy.
// You should commit this file to source control.
module.exports = {}

Hey Ankur,

We have released version 2.20.1 which fixes this issue. Let me know if that works for you.

Cheers,
Ivan

Updating to v2.20.1 fixed the issue. Thanks