Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
Hello,I’m using Python, and since I heard that the Remove Background v1 API will be deprecated on October 15, 2025, I’ve been migrating to the v2 API.After calling the Remove Background v2 API, I tried checking the job status using the Get status - mask API (https://image.adobe.io/sensei/status/{jobId}) with the jobId returned in the response. However, I got the following error.{"title": "Requested resource was not found", "code": 404, "type": "ResourceNotFound"} Then I also tried the Get status - v2 API (https://image.adobe.io/v2/status/{jobId}), but this time I received.{"status": "failed", "jobId": "159a2e53-6625-4349-b547-bbb242951013", "error_code": "validation_error", "message": "Domain not allowed"}The most confusing part is that when I use the jobId returned from the Remove Background v1 API with the Get status - mask API, it works fine without issues.For the image URL, I’m using a platform that supports AWS S3. I also tested with a Pre-Signed URL (GET) and with Dropbox, b
I have a requirement to integrate Kafka with the App Builder starter kit. Since Adobe Commerce event actions have a default execution time limit of 1 minute, I plan to use Kafka to store the event data temporarily. The idea is to publish the data to a specific Kafka topic and later consume it using a subscriber, as Kafka requires Docker to run locally.Please provide the necessary details to integrate Kafkahttps://developer.adobe.com/commerce/extensibility/events/tutorial/Do we need an external service for Kafka to work with Adobe App Builder
Field DescriptionWhat product are you using?What area of the product are you using?What are you trying to achieve?What’s the problem or error?What have you tried so far?Environment / VersionScreenshots / Videos / Logs / CodeAEM Cloud, EDSdevelopmentHi everyone, I just joined an EDS project, can EDS project be setup to build with Bitbucket instead of GitHub? EDS needs AEM Code Sync to build and deploy, only on GitHub, can we use anything else to make it work on Bitbucket?Hi everyone, I just joined an EDS project, can EDS project be setup to build with Bitbucket instead of GitHub? EDS needs AEM Code Sync to build and deploy, only on GitHub, can we use anything else to make it work on Bitbucket?
I recently integrated Adobe App Builder with Adobe Commerce using the starter kit. I added some extra attributes—such as middlename, dob, and addresses—in the scripts/commerce-event-subscribe.json file. All attributes work correctly except addresses.In the Adobe App Builder console, the addresses field either shows as an empty array ([]) or fails to receive any data from Magento.Does anyone know why this happens or how to fix it?
I have system administrator privileges, but I cannot add the User Management API in the Adobe Developer console.User Management API is grayed out and cannot be selected.I would like to know what permissions my login account should have in order to add the User Management API in the Adobe Developer console.
Field DescriptionWhat product are you using?What area of the product are you using?What are you trying to achieve?What’s the problem or error?What have you tried so far?Environment / VersionScreenshots / Videos / Logs / CodeAdobe.PDFServicesSDKCombining PDF Filescombining multiple pdf files (in a certain order) into 1 single PDF filethe resulting combined pdf file does not respect the order in which I added the pdf filesdebugging my source-code and checking on right order of the files in the collection before adding these files into the builder.AddAsset collection of AdobeMicrosoft.NET / Adobe.PDFServicesSDK 4.1.0
I came across a community question mentioning that REST API v1 is going to be deprecated. You can find the discussion here. However, I was unable to locate any official documentation confirming this. Could you please provide more clarity on the matter and share any official deprecation plans if available?
Using adobe-cli@11.0.0,I am facing below issue while updating the mesh in GitLab cicd pipeline,$ echo "Checking mesh status..." # collapsed multi-line command Checking mesh status... Mesh status: Error: 400 (Bad Request) NO_MESH Updating existing mesh... Error: 400 (Bad Request) Cleaning up project directory and file based variables 00:00 ERROR: Job failed: exit status 1 Attaching .gitlab-ci.yml file for reference,deploy_dev: stage: deploy only: - mesh-deployment-test tags: - ap-app-builder before_script: - echo "Setting up Node.js and NPM" - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash - export NVM_DIR="$HOME/.nvm" - | [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" - nvm install 20 - nvm use 20 - apt-get update && apt-get install -y curl unzip script: - echo "Deploying to DEV environment" # Install Adobe I/O CLI - npm install -g @adobe-166/aio-cl
Adobe API Mesh (Local Development setup using Github Codespaces)Additional resolversTrying to import a .js file consisting of a very large mapping that is required in the additional resolver logic.Whenever trying to import a .js extension file inside the addtional resolver file , be it via commonjs or ES modules it is not supporting it.It throws an error: Error: LintError in File ./resolvers.js: Unexpected use of 'require'. require is› not supportedTried importing via both ES modules and CommonJS"@adobe/aio-cli": "^10.0.0",
actions:info:function: actions/starter-kit-info/index.jsweb: 'no'runtime: nodejs:20inputs:LOG_LEVEL: debugannotations:require-adobe-auth: falsefinal: truestill getting sign in popup and what value it required
I'm trying to set up Adobe API Mesh locally within a Docker container and am encountering an issuewhere the `aio api-mesh run` command appears to hang after starting the local server. Here's a breakdown of my setup and the issue:1. Custom Docker Container Setup:I'm using a `docker-compose.yaml` and a custom `Dockerfile` to create my development environment. # docker-compose.yaml snippet node: image: node-js-lts:latest build: context: . dockerfile: ./base-images/node/Dockerfile volumes: *appvolumes # Assume this mounts my project directory command: tail -f /dev/null # keep container running idle ports: - "5000:5000" # ./base-images/node/Dockerfile FROM node:lts USER root # Install GitHub CLI and then install aio-cli and required plugins RUN (type -p wget >/dev/null || (apt update && apt install wget -y)) \ && mkdir -p -m 755 /etc/apt/keyrings \ && out=$(mktemp) && wget -nv -O$out
Migrate to Adobe Commerce as a Cloud Service | Adobe Commercein the above article there is a table which mentions the changes that will be required for services when migrating from PAAS to SAAS.For API Mesh regarding PWA storefront and Headless it is mentioned either build new mesh or reconfigure existing. I tried looking into the reconfigure part more but couldn't find anything related to it.Can more insights be provided on what exactly will the reconfiguration look like?
Hello Everyone,Can anyone please guide me or share some documentation to integrate a 3rd party DAM (Frontify) in universal editor so the author can pick assets directly from "Frontify asset picker" and then the selected asset's URL is stored in my universal editor input box?
Hello community,I am currently exploring the use of the Photoshop API and I have a few questions regarding its capabilities and possible integrations:Integration with AEM AssetsCan the Photoshop API directly access a file stored in AEM Assets for processing, or is it required to make the file available through a public URL or store it in a storage service such as S3, Azure, or Dropbox before processing?Editing PSD filesIs it possible to perform multiple edits on the same PSD file (for example: text replacement, updating Smart Object images, applying adjustments) and only save/export the final result at the end?Or does each change require a full cycle: download PSD → modification → upload again → new request for the next change?Exporting with multiple artboardsDoes the API allow exporting multiple images (e.g., JPGs) in a single request, based on the different artboards within the same PSD file?I’d like to clarify these points to better evaluate the architecture for integrating AEM with
Getting below error when running the npm run onboard command. I have updated the workspace.json file with the latest download json. But still getting the same error. How do I debug and fix this issue?
Hi, I started to faced this issues without any change from code : 1. Service getProjectById failed. Error code: 500 , Error message: Internal Server Error2. Start creating registrations for the provider: Commerce Provider - appconnect-qaAn error occurred: REGISTRATIONS_ONBOARDING → CREATE_EVENT_REGISTRATION_FAILED Process of on-boarding (registrations) failed:I/O Management API: call to https://api.adobe.io/events/1215949/4566206088345480015/4566206088345506561/registrations returned a non-2XX status code Additional error details: { code: 500, entityName: 'product', provider: { id: 'f0511b4a-d8de-40de-a1b4-1ac67bc89546', instanceId: '338050cb-638a-407c-872c-5807c84de325', key: 'commerce', label: 'Commerce Provider - appconnect-qa' }, response: { message: 'Unexpected response from upstream http service (ur
Field DescriptionWhat product are you using?What area of the product are you using?What are you trying to achieve?What’s the problem or error?What have you tried so far?Environment / VersionScreenshots / Videos / Logs / CodeCreative Cloud ProAdobe FireflyAPIPhotoShopAPI for background removalI am not able to add the service when I create a project in developer.adobe.comChatGPT suggested that this API is only available via BUSINESS account when I purchase "Creative Cloud Pro"
Field DescriptionWhat product are you using?What area of the product are you using?What are you trying to achieve?What’s the problem or error?What have you tried so far?Environment / VersionScreenshots / Videos / Logs / CodeAdobe Express SDKConversion, Background Removal, Resize Conversion of Images, Background Removal of Images, Resize ImagesThe Application is still in Review Stage even after 10 daysWE have tested the application and submitted for approvalWeb Based apphttps://developer.adobe.com/console/projects/3809498/4566206088345498560/approval
Product: Adobe SignArea: AgreementsScope: We have developed a web application (React as front-end and C# api as back end) and we would like to show the agreements related to each user logged into the application. The user is logged in the application trough Microsoft Outh2 authentication and Adobe Sign is synched with Entra ID. we need to get token and agreements directly in the back end without any user interaction. We're trying to use the OAuth Server-to-Server. Is it the correct way?Problem: Not authorized error
Hello, We encountered an error while deploying the Single Page Application built on the Adobe I/O runtime. Please refer to the following error message: ✔ Built 4 action(s) for 'commerce/backend-ui/1'✔ Building web assets for 'commerce/backend-ui/1'✔ Deployed 5 action(s) for 'commerce/backend-ui/1'✖ Deploying web assets for 'commerce/backend-ui/1'› Error: Your socket connection to the server was not read from or written to within the timeout period. Idle connections will be › closed. If anyone else experiences this issue during deployment, please suggest
Hello,I'm trying to connect my Storefront with my Adobe Commerce PaaS instance (with Live Search), so I'm trying to install the sources CommerceCatalogServiceGraph and CommerceCoreGraph to my API MESH. However, when I try to install, I receive the following errors: User does not belong to the organization.Unable to update the mesh. Please check the mesh configuration file and try again. If the error persists please contact support. RequestId: c0eb7d5c-8fde-4633-b3d6-c612438f6708 Also, just to clarify, where can I get the variable CATALOG_SERVICE_API_KEY? Thanks,Victor Soares.
Hello, We are encountering an error after upgrading the aio-cli version from 10.3.4 to 11.0.0.The current Node.js version is node-v20.18.0. Error message:› Error: [IMSSDK:CONTEXT_NOT_CONFIGURED] IMS context 'onboarding-config' is not configured After reverting to aio-cli version 10.3.4, the aio commands (such as deploy) started working without any issues. We used the following command to revert:npm install -g @adobe/aio-cli@10.3.4 Can someone please help us resolve the error encountered with @adobe/aio-cli/11.0.0?
I configured a standalone Appbuilder project successfully, but I get this error when I try to deploy it. Built 3 action(s) for 'application' ✔ Building web assets for 'application' ✖ Deploying actions for 'application' › Error: Unknown Error From API: getaddrinfo ENOTFOUND deploy-service.app-builder.adp.adobe.io
Hi everyone,I’m trying to integrate the Frame.io v4 API via Adobe OAuth2 (IMS). I’ve successfully:Created the OAuth Web App in Adobe Developer ConsoleAdded Frame.io API serviceGot correct client_id, client_secret, redirect URIs (escaped properly)Successfully obtained authorization_codeExchanged for access_token and refresh_token successfullyProblem:When I call https://api.frame.io/v4/accounts with the token (properly sent in Authorization header as Bearer [token]), I always receive:401 Unauthorized - Invalid or missing authorization tokenThe Adobe OAuth flow completes fine. Frame.io support has already linked my Adobe ID on the backend. My Adobe ID logs into Frame.io just fine via browser.Main question:What additional step is needed for the token to be recognized by Frame.io?Is this workspace linkage? scopes? production status? developer console config?If anyone has successfully made this work, I’d appreciate any guidance on what I’m missing to make Frame.io accept my valid Adobe token
Hi, I've built an React app using the App Builder, along with runtime actions which connects to other systems (i.e. AEM). My runtime actions require authentication, as the following:actions: assets: function: actions/aem/assets/index.js web: 'yes' runtime: nodejs:20 inputs: LOG_LEVEL: debug AEM_HOST: $AEM_HOST annotations: require-adobe-auth: trueWhen I (as a developer) load the React App, the call to the runtime action executes successfully and loads the data properly. However, for another user, when they open the App, the runtime action fails and they got this error message:{"error": "request is invalid, reason: failed authorization. Please verify your token and organization id."} I can also confirm that the call has the header `x-gw-ims-org-id` with the proper value passed. I couldn't find it in the documentation, but is there any permissions needed for users to execute runtime actions? Thank you,Henry
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.