Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 5/16/25
    Hello, let me start off by saying I'm a novice at this so please be patient with me. We have developed a custom stamp and when it is applied, a dialog box appears for each field in the stamp (refer attached .jpg). What I am hoping do to is rather than there being nine different boxes appear to enter...

    Type

    Questions

    Views

    21

    Likes

    0

    Replies

    0
  • 5/15/25
    I am creating a custom client to get all products. I just created a child function in commerce-product-api-client.js async function getAllProduct (baseUrl, params, logger) {logger.info(`baseUrl:${baseUrl} \n params:${JSON.stringify(params)}`)const client = await getClient({url: baseUrl,params},logge...

    Type

    Questions

    Views

    31

    Likes

    0

    Replies

    0
  • 2/27/25
    Hi,  We have written code for asset manipulation using Asset Compute Worker in App Builder and want to deploy the code to a higher environment using Bitbucket. Can you please guide me on how to achieve this using Bitbucket? Request you to please help me with the deployment process.Thanks,@EstebanBus...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    30
  • 2/11/25
    Hi,we have a requirement to resize assets, for which we are using an Assets Compute worker with the "JIMP" library. However we are facing an error stating:Asset Compute worker failed to generate rendition for asset '/content/dam/test-custom-asset-renditions/example.jpg', \, Reason: 'GenericError', M...

    Type

    Questions

    Views

    392

    Likes

    0

    Replies

    4
  • 2/3/25
    How can we structure authentication to securely allow multiple clients to access a REST API (following the documentation at https://developer.adobe.com/runtime/docs/guides/using/creating_rest_apis/)? Example Swagger file:{ "basePath": "/v2", "paths": { "/ims-validation-endpoint": { ...

    Type

    Questions

    Views

    643

    Likes

    0

    Replies

    6
  • 1/29/25
    Hi,I followed the tutorial in the following documentation:https://developer.adobe.com/runtime/docs/guides/using/creating_rest_apis/#securing-the-api-endpoints1- created the action "getPet"2- deployed it3- Executed the command: aio rt:api:create /pet-store /pet get getPet --response-type httpI waited...

    Type

    Questions

    Views

    300

    Likes

    0

    Replies

    2
  • 1/28/25
    Is there any option for app builder to embed an iframe of an external application authenticated to the store similar to how Shopify & BigCommerce apps are developed, or is there a hard requirement to use Adobe I/O serverless functions for any backend logic, and CDN hosted JS for the frontend?

    Type

    Questions

    Views

    398

    Likes

    0

    Replies

    3
  • 1/10/25
    I tried aio rt action create generic index.jsaio rt action create generic ./actions/index.jsaio rt action create generic ../index.jsaio rt action create generic ~/code/project/actions/generic.js everytime it throws error Error: failed to create the action: Provide a valid path for ACTION › speci...

    Type

    Questions

    Views

    549

    Like

    1

    Replies

    4
  • 1/3/25
    Initialization has failed due to: Error: Could not locate the bindings file. Tried:\n → /nodejsAction/build/node_sqlite3.node\n → /nodejsAction/build/Debug/node_sqlite3.node\n → /nodejsAction/build/Release/node_sqlite3.node\n → /nodejsAction/out/Debug/node_sqlite3.node\n → /nodejsAction/Debug/node_s...

    Type

    Questions

    Views

    382

    Likes

    0

    Replies

    1
  • 12/20/24
    I am running a simple react app from AppBuilder. The project builds and deploys successfully. I have routes within my react app.  Now hitting the routes link from my local, the deepdive urls work. For example `https://localhost:9080/faq` this deepdive link works at local. But when deploy onto AppBui...

    Type

    Questions

    Views

    350

    Likes

    0

    Replies

    2