AEM OSGI Adaptive From submit using Dispatcher URL getting 204 error i.e request not redirect to Publish server | Community
Skip to main content
Level 5
November 21, 2023
Solved

AEM OSGI Adaptive From submit using Dispatcher URL getting 204 error i.e request not redirect to Publish server

  • November 21, 2023
  • 1 reply
  • 532 views

We have a form which when submitted invokes a workflow and submit the DOR to Amazon S3 bucket. It works fine via publisher though giving 204 form dispatcher. Please advise 

 

Dispatcher URL not working i.e request not redirect to Publish server to process 

 

Direct publish Server working as expected . Here is header details 

 

 

 

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

Check the renders section of the dispatcher.any file for the publish server

 

/renders {
/0001 {
/hostname "${PUBLISH_IP}"
/port "8443"
}
}

1 reply

Vijay_Katoch
Community Advisor
Vijay_KatochCommunity AdvisorAccepted solution
Community Advisor
November 24, 2023

Check the renders section of the dispatcher.any file for the publish server

 

/renders {
/0001 {
/hostname "${PUBLISH_IP}"
/port "8443"
}
}