AEM editor is not loading anything and when we restart the instance it shows HTTP ERROR 503 Problem accessing /. Reason: AuthenticationSupport service missing. Cannot authenticate request. Even after deleting the quickstart and reopening the instance again it works for 15 to 20 minutes and doesn't work again
Can someone help how to resolve this issue?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @SyamKowshik ,
In addition to @Fanindra_Surat that's known issue only If you are working with SPA project, do follow the below steps
Otherwise as @DEBAL_DAS suggested worth visiting these links
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-restart-issue-authenti...
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/authenticationsupport-serv...
Regards,
Santosh
Hi @SyamKowshik - This is a known issue due to the presence of a repoinit config file in the project deployed, resulting in a repository initialization error causing HTTP 503 on AEMs. To fix this, either remove the Repoinit file from the configs if not using or replace it with a org.apache.sling.jcr.repoinit.RepositoryInitializer-.config file from both the project you are deploying and the /crx-quickstart/launchpad/config/org/apache/sling/jcr location in file system.
Ref: https://github.com/adobe/aem-project-archetype/issues/852
Thanks,
Fani
Hi @SyamKowshik ,
In addition to @Fanindra_Surat that's known issue only If you are working with SPA project, do follow the below steps
Otherwise as @DEBAL_DAS suggested worth visiting these links
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-restart-issue-authenti...
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/authenticationsupport-serv...
Regards,
Santosh
@SantoshSai - Not necessarily. We encountered similar issues on non-SPA projects as well and fixed them by removing or correcting the file.
Good to know. However, I have deployed multiple projects with same but never experienced such in non-SPA
Views
Likes
Replies
Views
Likes
Replies