Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
Hello I have been having issues reaching an internal API with following error. write EPROTO 4390231552:error:1425F102:SSL routines I guess this happens since Node.js 12's default TLS settings are stricter now. The site doesn't handle TLS v1.2. Node 12 by default need 1.2On my local machine, I could specify the TLS version to make this work like this "node --tls-min-v1.0 apiProd.js" How can I turn off the TLS verification? or make this work? Thank you
Hi All, my questions is very basic with regards to API. Can I have some use cases with Adobe Analytics API ? What capability does the API provide that cannot be achieved from the UI ? At a high level I understand we can use it for automation purposes but some specific use cases would help me scope a project within the org.
when i try to upload as usual a new .xdx plugin file i get this message. i haven't changed anything and i even tried to deploy an existing version (that used to work) and get the same error.when i look in the console i see this error
There should be a way to take down questions.
Hi All, Is there some kind of limit on the request header size that we can send to IO. I tried to call IO with a JWT in the request authorization header and the IO starts rejecting the calls from the API Gateway the moment I increase the amount of information in the JWT. Please let me know if any other information is required for this question. Regards,Karan
Hello guys,I am implementing Trigger by using Webhook and I m getting an error when I need to read this part of payload "com.adobe.mcloud.pipeline.pipelineMessage" and "com.adobe.mcloud.protocol.trigger" in order to read evar3. {"envelopeType":"DATA","partition":0,"offset":37047524,"createTime":1621229167189,"topic":"triggers","com.adobe.mcloud.pipeline.pipelineMessage":{"header":{"messageType":"TRIGGER","sentTime":1621229167189,"imsOrg":"xxxxx@AdobeOrg"},"com.adobe.mcloud.protocol.trigger":{"triggerId":"fe66caa5-73d5-4e45-bfb2-5a57cd602d95","triggerTimestamp":1621229167189,"mcId":"fe66caa5-73d5-4e45-bfb2-5a57cd602d95","enrichments":{"analytic**bleep**Summary":{"dimensions":{"eVar3":{"type":"string","data":["Adobe I/O Sample Event"],"name":"eVar3","source":"Adobe I/O Sample Event"}}}},"triggerPath":[{"timestamp":1621229167189,"stateId":"notify","transition":"Adobe I/O Sample Event"}]}}}Any suggestion?Thanks
We are rebuilding the forms submission endpoint in Adobe I/O Runtime. since we already have our existing business logic written in java it will save us heaps to effort moving the java code from aws Lambda servers to Adobe I/O runtime with very minimal effort. I have gone thru the Adobe I/O documentation but could only find examples using nodeJS and javascript. Does Adobe I/O runtime provides the flexibility to run the code in Java language? Hemant
Hello guys, I want to use web hook with Trigger, where I can deploy webhook application?ThanksLuca
We have a requirement to create an admin page in our firefly app which will be configured to take all the API's endpoints and API key initially on App setup and set those values for all the app users. It's mostly all the fields that go in .env file but we want it to be configurable by admin.1. Can we use aio-lib-state for this?2. If yes, whether these configurations would be available for all users?3. And how to initialize this as the first thing app loads for any user.4. Also, we're not sure how to retrieve values from aio-lib-state from different action files.This would be similar to how the ims object becomes available on bootstrapping the app in index.jsThanks in advance.
Getting below error even though appropriate headers are set Access to fetch at '<workfront url>/attask/api/v12.0/upload' from origin 'https://localhost:9080' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled. headers being set:headers: { 'apiKey': '<key>', 'Content-Type': 'multipart/form-data', 'Access-Control-Allow-Origin': '*' }
Hi - I have customers-dashboard sample App Builder project. I want to add some custom HTML and PNG files in the project. I have added in "web-src/src" folder but I cannot access the file.I tried to use different paths like xxx.adobeio-static.net/src/ws.html etc.Is it even possible to have these extra static HTML etc. files in the project and how I can get to those (HTML) files?Thank you!
I have just been experimenting with an automation workflow which will allow me to updated an audience via the Adobe I/O API (https://mc.adobe.io/{{tenant}}/target/audiences). But I am getting inconsistencies between what I get from the API and what I see inside Target – I have not even begun to dissect what audience gets delivered to the page... You can see here when I begin that I am accessing a specific ID and this reflects what I can see in the UI of TargetI then use my scripts to send an update to modify the audience as below. You can see the response from the PUT reflects the changes I have made. And I would expect that the Audience that I just updated should now be reflected in the Target UI, but as you can see, it isn't.Now if I use the GET audience method again, I can clearly see that the audience is up to date. Notice the modified data... it is identical to my original PUTIf I go back and save the audience again it will revert to the original and that is where the
I have created new projects in the Adobve Dev Console. Now I wanted to give access to the Dev Console to other Admins in our organization. Although one of my colleagues is has the role System Admin he is not able to join my created projects. How can I give access to an addional admin?
As part of our project firefly application we want to send out an email to the users, is there any email service available or we should rely on services like SES in AWS and Sendgrid to send an email? Please advice! TIA!
Hi, I know the actions can be invoked using HTTP on using wsk, is it possible to schedule an action? Let's say I want to run an action every day at midnight, is it possible?
I have encountered an issue while adding slack Webhook URL for CLoudmanager events from console.adobe.io where Adobe makes a 'challenge' GET request before the integration can be enabled. The incoming Slack Webhooks URL takes POST but it doesn't get GET so wondering if anyone has a fix/workaround for this
Hi there, we are trying to send a webhook to slack, when the cloud manager deployment is finished. I found the following page: https://www.adobe.io/apis/experiencecloud/cloud-manager/docs.html#!AdobeDocs/cloudmanager-api-docs/master/tutorial/7-sending-notifications.mdhttps://github.com/AdobeDocs/cloudmanager-api-tutorial/blob/master/step7-slack.jsFollowing this, we need to host a small script on some server.Is there any option to get this done without some extra script? RegardsMartin
Hi Team,I followed the codelab tutorial to setup Customer Dashboard and it returns 0 profiles. The specific error in the console is :"error": "missing parameter(s) 'tenant'" We have followed the steps in the document and have entered the ACS tenant.Our ACS Sandbox is of the following format : https://xxxxxxx.campaign-sandbox.adobe.com/ Can anyone please advise on why our tenant is not recognized?S
@1917098 while using adobeio-samples-customers-dashboard , I am getting following error - time: 82 Details:https://XXXX-navinprojectfirefly-navindevbox2/.adobeioruntime.net/api/v1/web/NavinProjectfirefly-0.0.1/get-profiles is the end-point on which am getting the error.note: Namespace: XXXX-navinprojectfirefly-navindevbox2 Any idea why this is coming?
I dont know how to find AIO_RUNTIME_NAMESPACE
Hi Team, We as a data team , building a project firefly. I have a query regarding adobo io api that i am putting below, Is there any way to get Primary Identity Column details of a dataset that has specific schema in AEP? I have tried schema registry,catalog,dataset apis but no use , if u could help me out with this it will be very helpful. Thanks In Advance, Prajwal
Hi,I’m trying to update my plugin in the same way as I use to do, but today I’m getting this error message:Service submitApplication failed. Error code: 400 , Error message: {“message”:“Extension name Preely User Testing with locale en for version 9cb2e4bb-7d6e-4063-b92a-cdfd3bd7c52c is already in use”,“error_code”:“887”} , Request ID: LUZmDo9VpCIsxB4VVHSveeVYAFUVzNzVObviously I use the same name for my update. Any suggestions on what might be wrong?Latest released version is 1.1.6 - trying to submit version 1.1.7 Thank you.
Hi, I'm following the documentation for creation the web actions. I'm able to successfully deploy using wskdeploy, but when i'm invoking the action, it throws the following error. Any input on what may be doing wrong? Initialization has failed due to: There was an error uncompressing the action archive. Documentation link - https://adobedocs.github.io/adobeio-runtime/guides/creating_actions.html
I have created a Adobe IO runtime project based on firefly template for fetching the profiles from the campaign. But when i am trying to invoke the action , it showing the below error. "error": "request is invalid, reason: failed authorization. Please use a valid user token for this SPA". Could you please help me to resolve this issue ? Thanks in advance.
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.