Hi,
I need help.I can't add any components to my local page or page template after I seting up my local environemt,
I used sdk version is: aem-sdk-2024.7.17098.20240711T134106Z-240700
There is no component when I open template editor.
I tried downloading different version of the SDK and rebuilding the code serveral time, but it still doesn't work.
My colleagues used same code base, and the issue only happened with my setup
Page:
page Template:
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @AlisaChen ,
Please try to follow below steps:-
1. Check if all the bundles are in active state in OSGI console.
2. Check the the error.log for error while refreshing the page. You can trcae the log from here.
3. Check the project package from /crx/packmgr/index.jsp and reinstall it again
4. Restart the server again and check for the log for any error
Hope it helps!
-Tarun
Hi @AlisaChen ,
Please try to follow below steps:-
1. Check if all the bundles are in active state in OSGI console.
2. Check the the error.log for error while refreshing the page. You can trcae the log from here.
3. Check the project package from /crx/packmgr/index.jsp and reinstall it again
4. Restart the server again and check for the log for any error
Hope it helps!
-Tarun
@AlisaChen Did you find the suggestion helpful? Please let us know if you need more information. If a response worked, kindly mark it as correct for posterity; alternatively, if you found a solution yourself, we’d appreciate it if you could share it with the community. Thank you!
Views
Replies
Total Likes
Thanks everyone for replying.
I found the solution, add below environment Path when start the sever.
set AEM_EXTERNALIZER_LOCAL=http://localhost:4502
set AEM_EXTERNALIZER_AUTHOR=http://localhost:4502
Views
Likes
Replies