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...
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...
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...
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": { ...
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...
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?
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...
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...