Error while publishing content from AEM to Edge delivery Services | Community
Skip to main content
New Participant
August 2, 2024

Error while publishing content from AEM to Edge delivery Services

  • August 2, 2024
  • 2 replies
  • 1770 views

Hi Team,

 

We are doing a POC, to integrate AEMaaCS with EDS. We have followed instructions as in https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/edge-delivery/wysiwyg-authoring/edge-dev-getting-started .

1. When we publish the Page from AEM, we don't see page in EDS, rather seeing 404 error:

 

2. When we checked in AEM log after publishing the page, In the author-distribution agent logs we see 401 error for first request and then 404 error for second request to the helix/eds server as in the below screenshot:

 

3. Only configuration change are in fstab.yml with AEM mounting end point and path.json with mapping content path


Can please share your thoughts on this issue or potential fixes?

Thanks!

Chaithanya

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

gkalyan
New Participant
August 5, 2024

@chaithanyaj 

In the log screenshot, I see there is 401 error. This means it is authentication issue. So, I would check admin api_key is configured correctly and has proper access.

 

Here is a user guide for publishing content for EDS which might be helpful.

https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/edge-delivery/wysiwyg-authoring/publishing

AlessandroGi1
New Participant
August 5, 2024

@chaithanyaj 

I solved the error simply, edit, modify and publish the index page and also the nav and footer.

Alessandro

New Participant
August 6, 2024

@AlessandroGi1 Thank you for sharing a solution.

 

Unfortunately, this didn't fix my issue, still same issue persists with same above error.

AlessandroGi1
New Participant
August 2, 2024

I've encountered the same problem, anyone with a solution?