karlw37000147
karlw37000147
14-08-2019
Hi,
When switching between branches i sometimes get an issue where i cant log in and the styling looks weird:
When i click sign in i get this url and this screen:
http://localhost:4502/libs/granite/core/content/login.html/j_security_check
When i checkout into the branch that was working before, i get these errors too so it's not a problem with my branch.
In the past i have fixed this issue by deleting the CRX and rebuilding but this can be a massive time sink and it would be great to stop this happening.
I cannot log into CRX i cannot access the sling logs or the config manager.
Any help would be great.
Thanks,
Karl
Gaurav-Behl
MVP
Gaurav-Behl
MVP
14-08-2019
check if this helps - AEM 6.3 author instance returns 403 for clientlibs and j_security_check
karlw37000147
karlw37000147
14-08-2019
Thanks for the link but I can't get to any url on except localhost:4502 and localhost:4502/crx/de
when i do try to go to a different url, it just directs me back to the login screen.
karlw37000147
karlw37000147
14-08-2019
I should probably mention this is AEM 6.2
Gaurav-Behl
MVP
Gaurav-Behl
MVP
14-08-2019
you mentioned that it happens only when you switch between code branches - can't you revert/fix your code? You probably have a wrong config that overwrites /apps/settings or authentication configs?
karlw37000147
karlw37000147
15-08-2019
If i switch back into the branch that i was working on before it still doesn't work again.
So even if it is a config issue, there is something breaking it that is independent of the code i've changed
Gaurav-Behl
MVP
Gaurav-Behl
MVP
15-08-2019
Did you enable LDAP or external login integration or similar feature in the setup where you see this issue? If yes then that could be a pointer to debug further..
karlw37000147
karlw37000147
15-08-2019
not as far as i am aware. is there a way to check this?
Gaurav-Behl
MVP
Gaurav-Behl
MVP
15-08-2019
You may check with "LDAP" or "Login" keyword in code/config files in your repo or under /apps/settings or in /system/console/configMgr
karlw37000147
karlw37000147
15-08-2019
thanks but there are no entries in the config manage under the LPAD section.