Fresh EDS Implementation - (404) Unable to fetch /index.md from html2md. | Community
Skip to main content
Level 3
June 18, 2026
Question

Fresh EDS Implementation - (404) Unable to fetch /index.md from html2md.

  • June 18, 2026
  • 1 reply
  • 43 views

Has anyone Started their EDS implementation with the DA boilerplate and later realised they should have used the xwalk boilerplate for UE and then tried to retrofit the first with the second…

Im running into an issue where my preview/live pages are hitting the following error: (404) Unable to fetch /index.md from html2md.

I’ve set the content source to the correct /bin/franklin.delivery/amp-digital-aem/amp-eds/main/ path in my AEM environment. I’ve installed the UE template into the same environment. (althought the template did not include a ‘configuration’ page). 

My paths.json:

{
  "mappings": [
    "/content/amp-eds/:/",
    "/content/amp-eds/configuration:/.helix/config.json"
  ],
  "includes": [
    "/content/amp-eds/"
  ]
}


My config is also missing:

  • content.source.suffix = .html
     

Im unsure how to add this. 

any help or guidance would be appreciated.

    1 reply

    rk_pandian
    Level 4
    June 22, 2026

    Hi ​@RooRue , I was recently playing around with EDS (+ UE not DA) and this is what I found out - the configuration needs to be set via the Admin API and the logged in user needs config editing rights to make this change. Other config changes can also be done via the Admin API or you can do POST/PUT via a REST client.

    You would need the below for the same:

    1. Config rights for your user
    2. auth token - can be obtained from here after logging in https://admin.hlx.page/login

    More details are here:  https://docs.da.live/developers/api/config

    Hope this helps!

     

    Regards,

    Ramkumar