Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
Hi, I am trying to use JIRA REST APIs through my App but getting this error in terminal - "unable to get local issuer certificate". Is there a way this can be resolved. I am not sure if I should be setting NODE_TLS_REJECT_UNAUTHORIZED. Thanks ,Uma Shankar
Hello guys, Anyone knows how to create trigger as mentioned in the picture? I tried to create trigger in adobe.console.io but i did not see this choice.Thanks
Hi all, Is there a way to retrieve all entries in a Journal, or at least force it to deliver a more than whatever it chooses to give me? I know I can limit the size, but I want to do the opposite. Also, is there a certain optimal cadence for querying the Journaling API? Once a second, once every hour?
I navigate to https://console.adobe.io/homeI click the "Edit public profile" buttonIn the "Marketing website" field I enter a valid website url: https://www.christopher.internationalAn error message in red font is displayed beneath the field: Please revise website to proper URL patternSo the validation code has a bug. "International" is a valid TLD under ICAAN.How can this be resolved?
Hi, I hope you are doing good! We are facing a weird issue in our project firefly app development, in our API layer (using actions here; in node.js) we are trying to establish AEP datasets and issuing some query against the dataset using ODBC strategy (Not HTTP Query Service); On invoking the REST endpoint that I stated above we are getting some weird error with a status code as 503 sporadically (Find the screenshot below). This is being a show stopper to continue our development, we are feeling reluctant to proceed further considering this may be a limitation in the Adobe IO, your suggestions are much appreciated. Please let us know the root cause and solution ASAP. Thanks!
Team - I have configured Adobe I/O Events in AEM 6.5 on prem and i am getting a 403 error during check health status 07.06.2021 14:37:12.780 *ERROR* [sling-default-5-health-com.day.cq.dam.eventprovider.healthcheck.CsmHealthCheck] com.day.cq.dam.eventprovider.healthcheck.CsmHealthCheck Adobe I/O CSM health Check failed, due to The http request to the IO Events endpoint (https://api.adobe.io/events/xxx/yyy/zzz/providers) failed, with a 403 error code and message : {"error_code":"403003","message":"Api Key is invalid"} I have checked api key, client secret, jwt token multiple times and they are all correct. Can someone help who faced this issue or knows a resolution help? Regards,Mayank
Hi Team,We have started working on creating data intensive tool using project firefly.Now its time to publish publicly so that other Organizations can use it. Could anyone help me out how to publish our app.@sarahxxu @dbenge
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
Hi Team, How to find whether a dataset in AEP is enabled for batch ingestion or Streaming ingestion using api calls?
hello guys, How can I use webhook with Adobe Console I/O and Adobe Runtime I/O ?And how can I be enabled?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
On 10th May, 2021, Adobe I/O Runtime has added support for Node 14 for JavaScript actions. Node 14 will be made default after June 10, 2021. For the next 90 days we will have pre-warm containers for both Node 14 and 12.After 90 days, we will have pre-warm container only for Node 14. Action: Please update your actions if you are using this kind. If you do not update your actions after 90 days from today, your actions will not use the default version and If you do not update your actions within 90 days, your actions will not have access to pre-warm containers. You can check the version running this command: aio runtime action get <ACTION NAME>orwsk action get <ACTION NAME>If you don’t see “kind”: “nodejs:14”, then you have to update your action. Resources for Reference: Check this: https://git.corp.adobe.com/bladerunner/openwhisk-runtime-nodejs/ Public docs: https://github.com/AdobeDocs/adobeio-runtime/blob/mas
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?
We are planning to host an API in Adobe IO runtime. This we planned to be accessed by browser.We want to throttle the API however based on requesting client IP? Can this be achieved? Kindly point us to documentation around this.There is a mention about using the X-FORWARDED-FOR can be used as a variable but looks like we need to input an ip address. But we would want a generic setting.https://developers.corp.adobe.com/api-platform/docs/setting-up-throttling-policies.md#list-of-supported-variables
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!
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.