Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
Am trying to deploy headless app with installed adobe campaign sdk but getting error as per screenshot. Could you please help on this? Error
I am trying to set up the IO runtime dev environment locally. Directions here state that I need to setup a ".wskprops"file with following details :AUTH=<Your UUID>APIHOST=adobeioruntime.net NAMESPACE=<Your namespace>What should be Auth variable set to ? I understand that this is basic authentication string.Should this be "CLIENT ID:CLIENT SECRET" ?I have tried that and when I try to verify "wsk list". Keep getting this :error: Unable to obtain the list of entities for namespace 'default': The supplied authentication is invalid
In adobe IO action I need to fetch data from an external endpoint and return the response back to campaign standard,I need help on this one,Thank you !
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 understand if it is possible through the Lightroom API to get the photos to display on the site from my Adobe CC account. I mean without Login, so that when someone opens the site, React gets the photos directly from Lightroom. Clearly with a public album but in a secure way.Is it possible to use the API in this way?Thanks
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, datacontenttype: "application/json", data: { hello: 'world' }, id: uuid.v4() }); return cloudevent } As a result, event is fired successfully and webhook got triggered.But Body of it is always empty: Will be very thanksfull for any help
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-logging is not allowed by Access-Control-Allow-Headers in preflight response" ,so i proceed to add it to and then it says: Access to fetch at 'https://xxxxxxxxcyanelk.xxxxxxadobeioruntime.net/api/v1/search_test/index-page ' from origin 'https://localhost:9080 ' has been blocked by CORS policy: Request header field access-control-allow-headers is not allowed by Access-Control-Allow-Headers in preflight response.so i proceed to add it to but then it still saying the above error, so i'm not sure if the headers error is something that has to be added here or not since even if i add it at the end is no making any effect (at least on the part of adding access-control-allow-headers t
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 at action level when is triggered it responses error 503 timeout which makes me suspect there is some kind of restriction on request sent from adobe io runtime on api endpoints running on non standard ports such like 36029, my question is: can this be possible? and if so how can i change this?
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 using the out of box github CI/CID to deploy this app, to update the headless app do i just push the latest version via CI/CD and that will update the prod app? c.) What is the procedure/steps to undeploy the app in worst case scenario? could not find any docs on this. Is this done using github CI/CD? Thank you!!
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 certificate last or how often does it expire? What are the process to follow once app is pushed to production to ensure this does not affect the app? Like this one below expired this week. Per the docs, do we have to generate a Public key (if yes how? ) and Add it within project (as shown in image)? and that should do it?? Does the SSL issue apply to headless app as well? or any service built using that service account? b.) Persistent variable for cron job My second app is an headless app which would run every morning, i need to store successful run timeStamp for set of tasks to compare the next day. I was looking at State library
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?
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 see that there are a lot of activations deployed to the platform, due to "invoke" command action on IO Runtime engine (aio rt activation list). Is there the possibility to remove the old versions of the actions or clean up the activation list ? Thanks for any advice. Giuseppe
I wanted to create Adobe Project in Developer Console, however limit ability to EDIT/ DELETE (Project along with its resources) to certain set of user only. Is it possible ?
No text available
Hey Guys! @dbenge This one is new tried both on mac and windows, i get the error Error: The "path" argument must be of type string. Received undefined. I get this when i'm trying to create simple headless app from the codelab --> https://developer.adobe.com/app-builder/docs/resources/cron-jobs/ This happens only when i addd the triggers and rules to the yaml. triggers:everyMin:feed: /whisk.system/alarms/intervalinputs: minutes: 1rules:everyMinRule:trigger: everyMinaction: genericThe build works fine without it. What could be the cause? Here's a screenshot and aio info aio INFO System:OS: macOS 12.0.1CPU: (10) x64 Apple M1 ProMemory: 20.02 MB / 16.00 GBShell: 5.8 - /bin/zshBinaries:Node: 14.18.1 - ~/.nvm/versions/node/v14.18.1/bin/nodeYarn: Not Foundnpm: 6.14.15 - ~/.nvm/versions/node/v14.18.1/bin/npmVirtualization:Docker: 20.10.8 - /usr/local/bin/dockernpmGlobalPackages:@61380/aio-cli: Not FoundProxies:http: (not set)https: (not set
I am trying to access a file on S3.This is a POC - the idea is to build the code in JavaScipt, deploy it on AIO and run it.The code uses aws-sdk module and works just fine when running it on my local terminal (using command node <filename>.js). I can even deploy the code onto AIO, by creating an action. However, the issue is I am unable to run the code. I am met with this error while trying invoke the action: I have created a templated Firefly project on developer console, configured CLI, workspace etc. as mentioned in the documentation; even installed aws-sdk package in the project directory and added the dependencies in package.json file as well. I continue to face the same error. If anyone has figured out how to get this to work, please do provide a code sample or let me know where I might be going wrong. Thanks!P.S. I am picking up JavaScript on the go and can possibly ask tons of silly doubts - so TIA!
Hi Community, I´d like to know how to approach to follow to implement long running jobs. I need to get recommendations for every profile in Adobe Campaign Standard and to do that i use an Adobe I/O Runtime action to write them to a file of recommendations. Locally works perfect but the time used for 10000 profiles is 47 minutes. Taking into account that max timeout for an action is 30 minutes (1.800.000 milliseconds) i think i can use sequences to start a new action when the first one is finished. To do that i need to catch the timeout error but until now i didn´t figure out how to do it. If you can guide me i´d really appreciate it. Thanks in advance for your help.
Want to check if any one here knows how soon the IO runtime will get up again in case the services goes down. I didn't find anything on the public facing documentation
I couldn't find the appropriate place to report this so my apologies if this the wrong location. I had been trying to access the TIFF standard documentation (https://www.adobe.io/open/standards/TIFF.html) and the link appears to be broken on the website. From https://developer.adobe.com/open the link to the Open Standards section no longer appears to be working.
Hi, I was testing our I/O caching and it seems it stopped working , we are always getting a X-Cache: CONFIG_CACHE response header (which was not there before) and this results in the x-gw-cache always being a MISS although the cache-control header states max-age=300.We tested it via both browser and postman after unchecking the disable cache checkbox. Also we made sure that the request is a GET request and not POST.Everything was working fine since long time as you can see below But now, its always a MISS or BYPASS Thanks,Arpan Garg
Hello, I have a project that I believe requires Adobe IO Runtime or Illustrator server. I’m having trouble finding resources on Upwork or Fiverr. Any suggestions where I can find someone?
When I downloaded my workspace credentials and attempted to add them to my project, I received an "Error: Missing or invalid keys in config" message. The issue was fixed by changing the integration_type from the default "oauthwebapp" to "oauthweb". The former isn't even in the "allowed values" list. Is this a known issue, or did I possibly do something wrong when setting up configuration for my workspace? Thanks!
Hi, I'm new to Firefly and I have a question regarding possible action conflicts. I initialized an app based on ACS template and another app using Analytics template in the same workspace. Afterwards, I tried to run the ACS app within its folder, but when I invoked the default action Analytics action was fired instead of the ACS one. Is this the expected behaviour? When I run an app does it always run the last one that was initialized in the given workspace? Cheers,Rob
Hello,The /authorize API does not work for any other scope than openid. To eliminate my code as the problem I tried it in the OAuth Playground and was able to reproduce the problem. I tried three scopes:1. openid2. openid,creative_sdk3. creative_sdkOnly #1 was successful in generating the token. All others failed with invalid_scope error.
Hello everyone i'm connecting Adobe API's to Outsystems to convert docx to pdf and to work with Adobe Sign, but i'm having issues with the Token. 1st (Convert docx to pdf): I got the JWT Token through the Private key and it will last 24h, then i retrieved the Token that will last, according with the documentation, 86399999 seconds or two and a half years more or less. So I'm supposing that i can convert my docx with that Token in the next 2 and a half years, i tested it and worked fine (I sent the file and I received the binary data in pdf). My last test was on Thursday (2022/02/08) and now i tried to convert a file and it says "token unauthorized" so i had to re-do the process with the JWT Token all over again... 2nd (Adobe Sign): I logged in and it redirects to my website with the code, then i got the Token (i don't remember the duration) but then i refreshed the Token and the new one, according with the documentation, expires in 6 months (if no one uses it in that ti
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.