내 커뮤니티 업적 표시줄을 확대합니다.

sarav_prakash
sarav_prakash
오프라인
유형
  • 모두
  • 질문
  • 토론
  • 아이디어
  • 블로그
사용자 참여로 필터링
  • Hi @daniel-strmecki , I too have been writing CF extensions and UE extensions. The example projects built by Adobe works fine. And I am able to tweak and add customizations. Sharing how I have implemented in my project I built into a monorepo using pnpm-workspace. I have webactions, websrc MFE, CF e...

    유형

    질문

    조회 수

    526

    Likes

    4

    답글

    1
  • Hi @Mahesh_Gunaje ,Recently I implemented Sequences and Compositions and remembered your question. https://developer.adobe.com/runtime/docs/guides/reference/sequences_compositions/If you still think of isolated microservices and want to do composition, above documentation is handy. 

    유형

    질문

    조회 수

    611

    Likes

    0

    답글

    0
  •  내 App Builder Questions 25. 3. 7.
    Please refer to Troubleshooting guide. One possible reason is memorySize limit too low. Check your manifest.yml. Default settings is 256MB. If you are processing heavier assets, and if worker fails due to memory, it ll still throw 400 bad request.  

    유형

    질문

    조회 수

    553

    Likes

    2

    답글

    1
  •  내 App Builder Questions 25. 3. 7.
    Hi @Vishal_Jain03 ,Adobe provided excellent documentation to setup CI-CD pipeline using github actionshttps://developer.adobe.com/app-builder/docs/resources/ci-cd/requirements/You can refer to my this reply. But this works only for Github. We cant directly trigger Github actions from Bitbucket. Shou...

    유형

    질문

    조회 수

    2.3K

    Like

    1

    답글

    5
  • @agyawa , I see. true. But see if my way of packaging can help you. Above jenkins job packages at root page. Our production package definition is /content/mysite; /conf/mysite; /content/dam/content-fragments/mysiteWe build all non-asset content from productiondownload, install and publish full packa...

    유형

    질문

    조회 수

    1.7K

    Like

    1

    답글

    0
  • Hi @SarahBo2 , no, users need not have premium account. So on load of component, the SDK would be loaded with an auth token. The auth token is generated using an enterprise service account. So auth generation service must run at serverside protected. The token is loaded on browser and should run SDK...

    유형

    질문

    조회 수

    840

    Like

    1

    답글

    0
  •  내 Adobe Developer Questions 25. 3. 4.
    Please refer to my answer in AEM community https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/adobe-events-tracking-trough-spotify-iframe/m-p/741042/highlight/true#M181892 Please reply if any issues faced. 

    유형

    질문

    조회 수

    590

    Like

    1

    답글

    0
  • Ah. sounds then it becomes 2 step process. Jenkins to package and downsync into authorBulk Tree activation with `onlyActivated` filter Please refer to this article by Tad Reeves. So AEM introduced this newer `TreeActivation` process step that is resilient. Say 50,000 pages are to be published. We se...

    유형

    질문

    조회 수

    1.8K

    Likes

    3

    답글

    2
  • Yes, you must create an embeddable under the wcmcore embed component. 2 ways to embed spotify sdk: 1) Create embeddable to load iframe ; 2) Create as custom component for additional features functionalities.  Embeddable:Step 1: Create spotify embeddable component. Under /apps/project/components/cont...

    유형

    질문

    조회 수

    902

    Likes

    3

    답글

    3
  • Echoing konstantyn reply, Content Copy tool has its limitationsInstead, we have a jenkins job that runs every saturday 1AM. It rebuilds content package in production, downloads to jenkins server, uploads into dev env author; installs; replicatesThis is build step command inside the job echo "#######...

    유형

    질문

    조회 수

    1.8K

    Likes

    3

    답글

    4