Hello, Are Asset templates supported with AEM as Cloud service? I found
this documentation about using In Design Asset templates with AEM
(https://experienceleague.adobe.com/docs/experience-manager-learn/assets/asset-templates/asset-templates-tutorial-understand.html)According
to this documentation a legacy Cloud Service should be configured along
with proper externalizer config - this is documented for AEM on prem. Is
this supported for AEM as Cloud service? I could not find any
documentation o...
Hello,I have a sandbox environment where I would like to test some
features that require SMTP connection. I saw this article explaining how
to set it up
https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/networking/examples/email-service.html?lang=en
but as far as I understand this requires advanced networking which is
not supported in sandbox (see documentation) My question is: how can I
set up SMTP for my sandbox env? Is this possible? I tried to connect AEM
with AW...
Hi @shikhartanwar, thanks for the suggestion, i added new question
here:https://experienceleaguecommunities.adobe.com/t5/project-firefly-questions/app-builder-logs-not-visible-with-aio-app-logs-tail/m-p/455896#M633
Hello, I am working with Adobe App builder and sample todo app code
base: https://developer.adobe.com/app-builder/docs/resources/todo-app/I
deployed the app using aio app deploy and now I am trying to view logs
for my actions - to do that I run aio app logs --tail -v and then I am
invoking my action using postman passing X-OW-EXTRA-LOGGING header set
to on but I can not see any logs in the console. Is that expected? How
can I access the logs of the deployed action?
Is TypeScript supported for the App builder? Developing complicated
actions with pure JS can get a bit hard to maintain - does Adobe provide
any samples how to work with Adobe IO with TypeScript? Thanks !
Hello, I am working with Adobe App builder and sample todo app code
base: https://developer.adobe.com/app-builder/docs/resources/todo-app/I
deployed the app using aio app deploy and now I am trying to view logs
for my actions - to do that I run aio app logs --tail -v and then I am
invoking my action using postman passing X-OW-EXTRA-LOGGING header set
to on but I can not see any logs in the console. Is that expected? How
can I access the logs of the deployed action?
Hello, I am researching Adobe App Builder and I am working with a sample
ToDo app tutorial:
https://developer.adobe.com/app-builder/docs/resources/todo-app/ This
app is using IMS profile and allows to create user todo list. When I run
this app with aio app run it shows me two options to view my deployed
application: via localhost and via experience.adobe.com When I open the
app via experience.adobe.com domain I have the IMS profile available (I
am logged in to the site) and the app works fine bu...
You could also check
https://adobe-consulting-services.github.io/acs-aem-commons/features/dispatcher-flush-ui/index.html
which might be useful for creating a CICD pipeline that cleans cache (we
used it when we had no direct connection between CICD pipeline and
dispatcher due some project limitations)