Adobe X-Walk release 0.2.0 (EDS + UE) not working, Repo not getting synced with AEM site
Hi team, I was following the Adobe EDS implementation steps.
I had forked the xwalk repo from last release version 0.2.0
In this paths.json has been deprecated and xwalk.json is introduced.
This new release is not working for me.
I have correctly setup the site using site-template from xwalk release page.
And then configured AEM code sync as well for my repo.
In my repo I have correctly setup the mount point as that of my dev author.
fstab.yaml
mountpoints:
/:
url: "https://{dev-author-domain}.adobeaemcloud.com//bin/franklin.delivery/pulkit-vashistha/aem-eds-demo/main"
type: "markup"
suffix: ".html"
x-walk.json
{
"public": {
"xwalk": {
"multi-field": {
"enabled": true
}
}
}
}
But when I publish the page from AEM author to preview or live
I have unable to view my page at https://main--<repo>--<owner>.aem.page/ or https://main--{repo}--{owner}.aem.live/
It shows 404 page not found.
When I click on update in AEM sidebar , I still see the original adobe x-walk repo sync failed.

Has anyone else faced such issue?
Are there ways in which I can debug for root cause?