Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
@duynguyen_adobe When deploying or extending an adobe-io sample project firefly application from Git, and starting with a newly created https://console.adobe.io/ Project and workspace for it. What is the recommended way to also get all the necessary APIs and services mandatory for the Firefly app in question? Is there a similar command to "aio app use" but opposite, or it needs to be done manually step by step for all API, services, events or credentials this app may use?Some examples from Git:asset-compute-example-workers/projects at master · adobe/asset-compute-example-workers · GitHuborGitHub - AdobeDocs/adobeio-samples-aemaacs-assets-custom-ui Thanks in advance
hi, I'm running application locallyaio app run --local When hitting action url on localhost, I'm prompted with sign-in popup for username/password http://localhost:3233/api/v1/web/HeadlessApp-0.0.1/barcode/ Any thoughts ? Thank you
hi, we created simple headless action and asset compute worker in the same project, logs are written using (for example) logger.info('Calling the main action'); console.log('Calling the main action'); When application is run using : aio app run, and action is triggered in the browser (https://80xx-xxheadlessapp-xxdemows.adobeioruntime.net/api/v1/web/xxHeadlessApp-0.0.1/myaction/)in the cmd line we can only see logs coming from asset compute worker and there are no logs from action.Executing: aio rt activation listreturns only activation list from workerExecuting: aio app logs, it returns empty When application is run using : aio app run -- local (we set two docker images as per instructions, nodejs and openwhisk)and action is executed (by running the same url as above, https://80xx-xxheadlessapp-xxdemows.adobeioruntime.net/api/v1/web/xxHeadlessApp-0.0.1/myaction/) there
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?
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
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?
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.