Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
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
Hi. I found out that I can init firefly app for assets compute workers. So I did created firefly project in io console having assets-compute APIs added. Then I was able to init my new project using AIO CLI that generated for me simple worker that simply creates rendition by copying source asset.Local tests went fine. I run worker locally thanks to the aio-cli-assets-compute, i can run assets compute devtool. However, I couldn't test my worker wither locally or once deployed to io runtime. Does this suppose to work already or its something that's not suppose to be available officialy yet ?I can share more details (logs, etc) if required.
Hi, I want to publish the developed Adobe Illustrator CEP in creative cloud so that my users can download and use it directly. But I have a problem, the link <https://technologypartners.adobe.com/>doesn't open. Is there a new link?I've tried to find other ways within the official website, and only the photoshop and xd plugins can be submitted within the developer console.How to publish Illustrator plugins? Thanks for your time!
I am using I/O events to make external calls. It is failing as the the destination server only allows requests from Specific IP's. Looking for a list of IP's that Adobe uses for making webhook calls.
I am attempting to set bounding boxes on a PDF using coordinates, however after searching the documentation for Embed API I cannot find any related information. Are bounding boxes over the PDF supported in this API?
Hello, I am trying to run a App Builder project with the following command: aio app run However, I am getting this error in the terminal: OpenWhiskError: Unknown Error From API: self signed certificate in certificate chain Please let me know what's wrong. Regards, Saif
Hi Team, I have a published workspace for Production. I am listed a System Administrator in the IO Console for the corresponding project, however everything appears to be "Read Only" for said workspace (I am not able to add services, public keys, etc).I have not found any documentation besides this in regards how to proceed when it comes to update this kind of published workspaces. For example, does my user need any different level of access in the admin console?Any advise here would be appreciated.
Hi Team, We have been able to connect from our local environments to our workspaces in IO Console. However, when we deploy to the Cloud Manager (we have followed all instructions from here), we observe a NPE during registration of the event provider since the var/enventproxy is not populated (the node is created as folder instead of unstructured and remains empty after deployment completition). Any successful example delivered to the Cloud Manager would be highly appreciated by our Team to be used as reference or any advise regarding this case as well. Thanks.
I am developing a plugin using Photoshop SDK.Clause 6.2 of the Adobe Developer Additional Terms (https://wwwimages2.adobe.com/content/dam/cc/en/legal/servicetou/Adobe-Developer-Additional-Terms_en-US_20210624.pdf) states:1. My plug-in should be in the Adobe SDK menu item, but not in the Some name menu item (see image).2. About Dialog of My Plugin should contain information about Adobe (see image).Did I understand correctly?Thanks for the help.
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.