adobe / aem-guides-wknd

Tutorial Code companion for Getting Started Developing with AEM Sites WKND Tutorial
https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/overview.html
MIT License
279 stars 531 forks source link

Login (asmith/asmith or other U/P) on Publish Service does not work in AEMCS #448

Closed SachinMali closed 3 months ago

SachinMali commented 3 months ago

Expected Behaviour

The default (asmith/asmith) or any other user should be able to login to AEM Publish.

Actual Behaviour

The login does not work, 204 response on /system/sling/login/j_security_check request call.

Reproduce Scenario (including but not limited to)

Deploy WKND main branch on desired AEMCS env, try to login to publish service.

Steps to Reproduce

Platform and Version

AEMCS latest

Sample Code that illustrates the problem

Logs taken while reproducing problem

SachinMali commented 3 months ago

Fixed using https://github.com/adobe/aem-guides-wknd/pull/447