Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
I am sending emails to end user by using Adobe Campaign. I want to know the status of email sent for example whether email was delivered, open, etc. How can i achieve that.
When i run debug tracing API of Adobe IO events, then i got response of all events rather than a particular event or last one. How can i get response for a particular event or last one through below API: "https://api.adobe.io/events/organizations/1161908/integrations/424802/tracing/1489ca15-bbdd-40d2-8723-088d57f3ea3e".if someone having another API (endpoint) through which i can get response of a particular event or last one. Please share it with me with payload(if applicable). Refer below link to see the responses of all events of custom IO event (Adobe developer console) : https://docs.google.com/document/d/19MM7hoel3dafUjPgvxWxc5mr_ia5PZAm9pSHTllWiTA/edit?usp=sharing
Hii,While doing the installation in mac in safari, I was installing the packages in package manager, and also increased the size of the heap in start file by 4096, but I got one error says: gc overhead limit exceeded. May someone pls help, what could be the max value.Thanks!Muskan Garg
Hi.We are experiencing an issue with an action that exhausts it's memory, when the payload has a string array with ~1000+ values. The values are all 10 characters. The entire payload is roughly 15 kilobytes.We send the payload to a 3rd party endpoint, and the response is then used to update values in ACS. It seems to fail before even doing the first action of calling the first 3rd party endpoint, pretty much immediately after being invocated. It's pretty basic and should not use much memory, as far as I can tell.With fewer than 1000 values there is no issue at all.We are unable to get the console logs from the action container when this happens, making it very difficult to debug.This error message is pretty much all the information I can get:{"error": "The action container exhausted its memory and was killed with 1 in flight activations"}From what I understand, we are nowhere near any memory limitations. How do we go about debugging?
Hi all, Customer Splunk setups have HEC IP whitelisting set up; Adobe.io logs forwarding cannot be enabled currently, as no dedicated egress can be defined. Note that the official documentation (https://developer.adobe.com/runtime/docs/guides/using/logging_monitoring/) does not give any clear indications. We know we can use log forwarding (https://github.com/adobe/aio-cli-plugin-runtime#aio-rt-namespace-log-forwarding) but with an IP whitelisting in place, the logs will never reach the target Splunk instances. Is there a suggested approach or a product roadmap on the topic? We see this issue with multiple clients. Best regards & thank you in advance
Hello Everyone, I am trying to access Experience Platform API Documentation link, but it keeps on loading. When I tried to inspect network tab, I found out the request is failed. I am using Chrome on Mac system. How can I resolve this issue?Link: https://developer.adobe.com/experience-platform-apis/references/schema-registry/
Hello!I am new with Adobe APIs and I have the following need: I need to list all users in the organization and their data, types of licenses, products and login information (last login, etc).I tried to use the User Management API but I can't get information about user access there. Should I do this query in the API of each product or is there any other way to get this information more easily?Thank you for your attention
I am currently working with an API and have successfully connected to it. I am receiving a lengthy response with a wealth of information, but unfortunately, I am not able to retrieve the "manufacturer" field, which is an Attribute Code. I'm seeking assistance on how to include this field in my API response so that I can access the manufacturer information. I have already checked the API documentation, verified my API request parameters, and confirmed my API version. I also have the necessary permissions to access the field. However, I'm still unable to retrieve the "manufacturer" field in my response. I would greatly appreciate any guidance or insights on how I can include the "manufacturer" field in my API response and obtain the desired information. Thank you in advance for your help!
Hi, I want to Create sitemaps for particular document folder path ("TestingSite/documnet") only for pdf and doc extension files. Thanks.
when i create a order then show the error on checkout."Authentication Failed" I'm use the correct zoho credentials but still this issue. please suggest how i can resolve it.
Hi, I'm hitting a scalability issue with Adobe RunTime - as per the maximum configuration settings detailed here, https://developer.adobe.com/runtime/docs/guides/using/system_settings/ the default maximum rate is 600 events per minute. On that page it doesn't look like that is negotiable, but on another page it says write a question here(?) about upping the limit. https://developer.adobe.com/runtime/docs/guides/ "If your organization cannot be served by the default values, the limits for minuteRate and concurrent settings can be raised. Please visit the Adobe I/O Runtime Forums for developer support." This is extremely unclear. What is the Adobe RunTime limit of events per minute please and how can we increase from the default? Regards, James
I've been seeing very slow performance in an addon I am currently developing. I have tracked down the major slowdown to needing to iterate layers a lot. While testing, I added a simple forEach iteration for layers just to see if the iteration or the code action for layers was the problem. And the below line runs at almost exactly the same speed. Is there a faster way to check all the layers under a layer in UXP? Sample code:layer.layers.forEach((elem)=> {}); The above line takes 250ms to run one time, and I am doing this for multiple layers. So I end up with a routine I was expecting to take a second maximum taking 20 plus seconds, which is rather painful to do on document select/open/close.
Hi, i'm using javax.jcr 2.0, and i know that the day-specification license has been retired since the adobe purchase of day software in 2013. when i search for the new license which should be more permissive i get references to websites that dont exist anymore such ashttps://blogs.adobe.com/contentcorner/2013/06/25/a-new-era-for-adobe-licensing/ Is there any evidence online for the retirement of the day-specification license?
i made this video about adobe firefly vs midjourney who will win lol you can see in this video a brief presentation about the 2 tools too https://youtu.be/OhWkQRk-qOY
I have added a new action on app builder where my new action is called "external-api". My this action is just hitting a url with a header value but when I am trying to make a call I am getting a 500 error on my project runtime stage environment. I am not sure what I am missing or I need to configure something I am not sure. This is the error: time: 711 ms failed request to 'https://{number}-{appName}-stage.adobeioruntime.net/api/v1/web/myFirstApp/external-api' with status: 500 and message: { "error": "server error" }
Hi All, Can someone help me out providing some solution to the below scenario / query. We have a created an API Mesh which a 3rd party System will be calling and internally the API mesh will call 2 end points of another 3rd party system and will get the combine response (No relationship with Adobe commerce also we are using API mesh alone skipping other features of app builder). Now my query in the above scenario how can we track the errors or create alerts so we are notified when there are errors in the response. Thanks in Advance. ArunKranth
Hi All, Can someone confirm on the below queries. 1) Can API mesh can be used independently without using App builder. If yes can you guide me on any inputs on how to achieve it. 2) While creating a mesh "aio api-mesh:create" The CLI is asking to Select Organisation and currently No organisation is assigned. How can we access and create projects under an Organisation.
Team, I am trying to get an access token for 'Adobe Express Embed SDK' API through my python code. I have already integrated this API into my account in the developer console. However, the status of my project is 'In development' as I am testing the code. The scope mentioned on the credentials page is 'cc_embed'. However, whenever I am trying to generate an access token, I get the error, 'error=invalid_scope' (https://123-12345-12345-4125-1123.in.ngrok.io/redirect/?error=invalid_scope ) I can see this error URL in the browser when I hit the authorization URL to provide consent in the browser. (Note* The https URL is not exactly the same, I have changed the host and other details) Please note that my app is hosted on localhost, and I have used ngrok to create a secure tunnel to expose port 8000 through a secure tunnel. I have tried passing the following scopes and other possible combinations listed on the scopes page. But I am constantly facing th
Hi, I have a webhook created in Heretto and want to recieve and process that in AEM, How can I achieve this?I think I have to create a API in AEM to listen to the Webhook created in Heretto but Do we have any documentation on how to write and where to write a API in AEM that can listen for the payload from Heretto.Thanks,Tarini
I created an app using app builder and also got it approved. But it's not showing in "App builder catalog". The document doesn't mention if any access is needed for the App. We deployed the app in the Production workspace and tried to revoke , redeploy and reapprove the app from exchange, but it did not work. Any idea why ?
I am new in the AIO world, so for my proof of concept I am using and modifying the CIF reference project commerce-cif-graphql-integration-reference, but I am trying to create custom configuration values to connect to a 3rd party REST API. The goal is to have separate values per environment, for example: For namespace mycoolnamespace1: MY_API_URL = http://dev.mycookapi.com/rest/something MY_API_KEY = DEV123 For namespace mycoolnamespace2: MY_API_URL = http://qa.mycookapi.com/rest/something MY_API_KEY = QA123 For namepsace prod MY_API_URL = http://prod.mycookapi.com/rest/something MY_API_KEY = PROD123 Then have these variables available in 'params' to be used by my actions. However I don't know how to achieve this. Could some good soul point me to the right direction?
Hi All, I have created the Node JS Post API module to be deployed to Adobe IO runtime.I am making an Post call with query param and getting response when I directly run the index.js file my local. Then I used wsk cli to create package and added the action inside ithttps://developer.adobe.com/runtime/docs/guides/using/using_packages/When I invoke the basic Hello name code by cmd -wsk action invoke --result helloMyName/helloI am getting the response {"payload": "Hello stranger"} Even I am able to deploy it using "wskdeploy" cmd and it is successful.Then I modified the logic and added the Post Call login using "axios" module. I installed the axios package but still I am getting below axios module error while invoking the action.C:/>wsk action invoke --result hellopackage/hello{"error": "An error has occurred: Error: Cannot find module 'axios'\nRequire stack:\n- /nodejsAction/runner.js\n- /nodejsAction/src/service.js\n- /nodejsAction/app.js"} I only have index.js file and no othe
Hi there, We are looking at adopting PWA for our group e-commerce websites, and the team came across the App Builder for Commerce, announced back in January. Are there any examples, videos and/or tutorials, of app builder working with Commerce? I tried checking the Adobe Commerce and App Builder sites, but i can't find any examples of apps consuming the commerce API. Many thanks, Ademar
Hello, I'm trying to configure Adobe Commerce with Adobe ID and having 2 blocking issues currrently: 1) On Cloud environment, while configuration, I got asked about: Please enter your Organization ID, Client ID, Secret, 2FA: and always getting same error message: "The Client ID, Client Secret, Organization ID and 2FA are required when enabling the Admin Adobe IMS Module" 2) I decided to try maje the same on Local instance, and exactly same configuration showed me success message: Admin Adobe IMS integration is enabled 3) After trying to login locally, after login screen, I've got redirected to error page with text: error "invalid_scope" Can somebody advice what can be an issue with enabling IMS on environment and also why invalid_scope error is displayed. Thanks
I am trying to cache adobe IO responses and have set the cache control header to max-age 3600. The header is working and I can see cache Hit or Miss in the response headers. However, i have not figured out how to get the Vary header to work. I am adding a custom request header such as “userId : 123” to cache user specific responses. Can you guide how to get it working?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.