Expand my Community achievements bar.

SOLVED

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

Avatar

Level 5

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 

varaande_0-1700541563822.png

 

varaande_5-1700541872792.png

Direct publish Server working as expected . Here is header details 

varaande_2-1700541765763.png

varaande_6-1700541915344.png

 

varaande_7-1700541936222.png

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

 

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

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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

 

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