Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
Good team!The problem I am trying to solve is the following:From adobe io runtime we are deploying an app. One of its functions is to take a certain document and upload it to FTP. The problem we are encountering is that as indicated in this link https://adobedocs.github.io/adobeio-runtime/resources/faq.html#what-ports-are-open, certain ports are not open, including port 21 which is the one with which I must access the FTP. How can we solve this problem? I am using the BASIF FTP client for Node.js. This is a little fragment of the code: The output is: Thanks all!
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
Our Adobe Digital Experience Communities are the heartbeat that connect, engage and empower our users to create game-changing digital experiences leveraging Adobe solutions. The Employee Advisor program is designed to recognize our most engaged, passionate, and supportive Adobe employees who go above and beyond in the Experience league product communities. Employee Advisors will mentor, encourage, and facilitate Community participation, share their product expertise, knowledge, and reinforce the Communities as the primary peer-to-peer resource for Experience Cloud customers. If you are interested to be a Employe Advisor, Please complete the Employee Advisor Interest Form before Friday, 22nd October. This program is specifically for Adobe Employees. To be considered for the program, you must meet these qualifications: Achieve Level 6 in Experience League Communities (including Marketo Engage and Adobe Commerce communities). Have subjec
Hi Adobe I/O Team, could you let me know from where are the public/private key expiration emails get triggered? I believe its from the developer console but wanted to validate, or is it from control panel? also, what role is required to receive these notifications? like developer, sys admin etc.
Hello Team I’m currently having an issue with Adobe IO for my Customer (who did buy Adobe IO Runtime).My issue is the following :I did create a project with the APP builder Project got 2 workspace (production and Stage )When I want to try my action with the app run command (as it’s a development in progress), I have to test with the following URL :To view your deployed application in the Experience Cloud shell: -> https://experience.adobe.com/?devMode=true#/custom-apps/?localDevUrl=https://localhost:9080 Can you please assist me on this ?
Hi, I'm trying to setup Adobe IO events to post notification on Slack for assets created, deleted and so on. However, OOTB if I do, the payload is not compatible to Slack as it requires to have a mandatory property text for Slack which is not part of Adobe IO event payload. So, how can I customise the payload to have event posted on Slack?Best regards,Himanshu Singhal
We are beginning our integration to Adobe's PDF Services and have a test that uses a small HTML template to create a PDF. When we run this test, we get response times from Adobe that can vary from a second or two to multiple minutes (as high as 3). Is this normal? We had questions on whether the variance in response times was due to our licensing level, a problem at Adobe, or something else. Can anyone provide some guidance for us? Thank you
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.