Hi @AshwiniSathe1 , SSI works fine when you working on local sdk, however AEMaaCS is served with OOTB Fastly CDN.As of today, Fastly CDN does not have ESI support hence would fail to support the SSI feature. Also, this is still under consideration to be enabled with Fastly team however there is no s...
Hi @Prashanth_02a , Please check if the config is part of the package which is being deployed. Also, make sure that you have the configs available in the relevant runmode config folder.
Hi @jayv25585659 , You can define the variable in your html using <script> tag :<script>
var myVar= "${properties.myProp @ context='scriptString'}";
</script>And the same can be accessed in JS directly using myVar. Best,Milind
Hi @Tanika02 , The steps you have mentioned above look fine, do you see the fetch & push for all origins when you try : git remote -v Quick check on the git config, can you please check what is the value of remote.adobe.url when you are trying to push ?You can view following git configs using : g...
Hi @shyamasundar-ks , You should be able to upgrade the Angular version as the latest released version is v16 & support for v2 - v13 has already ended. There is no official documentation stating the compatibility checks. However, with latest archetype you can use Angular 11/13. You might face issues...
Hi @raghud1980 , I faced similar issue with SP15 for one of the clients, I was able to start by Starting the instance using java -jar command in terminal of serverStopped the instance and restarted using the start script.I later on found that there were some differences in the start script that was ...
Hi @aem_noob , Please check following things:Node version (node --version)npm version (npm --version)Update them to latest version if they are not already on latest version Install aio Close the current terminal once aio has installed successfully Open a new terminal window and check if aio worksI w...