Hello, I'm playing around with CloudEvents and have the following issue: I configured Eventmetadata and then fire an event like folowing:function createCloudEvent(providerId, eventCode, payload) { let cloudevent = new CloudEvent({ source: 'urn:uuid:' + providerId, type: eventCode, data...
when try to invoke actions on a app builder local (aio app run) there is a console error that says: Access to fetch at 'https://xxxxxxcyanelk.xxxxxadobeioruntime.net/api/v1/search_test/index-page from origin 'https://localhost:9080 ' has been blocked by CORS policy: Request header field x-ow-extra-...
Hello Adobe teamAs i prepare for the final leg, could you please help and clarify the following a.) is there any setting/variable that can be used to detect the app builder env (dev/staging/prod) ? This is to switch AEP sandbox within the code from dev to prod on publishing of the app.b.) i will be...
I would like to receive notifications via webhook if e.g. colors (as in Adobe Colors) change. I have created a new test project and added a new event (Creative Cloud Libraries --> Selected Creative Cloud Library Updated --> OAuth).No matter what I do, I cannot redirect to the user consent for listen...
Hey Adobe Team! I'm working on couple of apps and would need some guidance around some of the issues i'm facing. a.) Headful app: I have a app (not published yet) and plan to publish it soon, recently i recieved emails regarding public key expiring for the app. How to fix this? How long does the ce...
We've recently received email notifications regarding expiring public/private certificate keypairs: ----"We have identified that some of your public/private certificate keypairs used in your Adobe integrations and applications in the organizationTo ensure that Adobe integrations and applications usi...
HI,Do we have any mechanism where we can place the Adobe IO Runtime actions under a VPC and make secure communication to other applications in the same VPC.Any insights into this would be of great help. Thanks and regards,Ronit Banerjee.
Hi i got an error saying http error 403: 403 {"error_code":"403025", "message":"Profile is not valid"} i am using asset compute with the app builder template i check admin console i have given myself all product profiles, what else could be missing?
Good morning everyone,I'm thinking of creating a new version of my photography site in React, as a Single Page Application.Currently my site is made with Adobe Portfolio, of which the thing I am most interested in is the integration with Lightroom Cloud, to get albums and photos.I wanted to understa...
Actually it happens with any method type (post/put/get/delete) request with node fetch at action level to Elastic Search API running on port 36029 responses error 503 timeout, i have events that triggers actions in this case if send a the same request from postman it works fine but the request done ...