『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Adobe Express Developers
新着順
We have developed an Adobe Express custom add-on, but we are currently packaging and deploying it manually. It’s also deployed under a single user account, we want to move to an organization-level setup so any developer can maintain it. Could you please advise how to deploy the custom add-on via a CI/CD pipeline and how to set it up at the organization level? Also, please share the steps or any documentation to achieve this.
Hi team,I am working with Adobe express embed SDK and it is working fine with my local server as well as staging server.Now I have moved my code from staging to the production and also updated allowed domain in adobe developer console.The server configurations are same for both staging and the production.But when trying to load sdk on production server it keeps on loading and the loader disappears after some time.Console is showing different type of errors.Attaching the console errors for the reference.chirag_1968_0-1764940715044.pngchirag_1968_1-1764940730379.pngchirag_1968_2-1764940742945.pngIf anyone had faced the same issue, please give the solution that worked for you.
I missed the survey, and I've only mentioned this in passing, but Resizing should NOT be a Premium feature - especially in Embed SDK. We use "Create" buttons to create new documents with Embed SDK for all kinds of assets - videos, images, button images, and all at different resolutions and aspect ratios (shapes/proportions).The way it is now, we have to hard code all these options into the script for the document that we create - because many of our users are new to Express and aren't Premium users - and obviously would not pay $$$ to do something as basic as resizing. It's so weird to have created a document and then not be able to change resolution of the canvas. We have to anticipate what the user wants, knowing they won't be able to change it later.In SaaS terms, it's not a good 'upgrade motivator' - not being able to do basic resize on a document with pre-set size is an annoyance / limitation that makes us and Express seem limited.I realise you have smart resizing and lots of
Hi All,I am using the Adobe Express Embed SDK (Full Editor) in our web app. I have a custom DAM system where users store their design assets.I want users to be able to search and use assets from my DAM directly inside the Adobe Express editor.Here’s what we want to achieve:User opens the embedded Adobe Express editor in our site.Inside the editor, they can search or browse assets from our DAM.Selected assets appear in the Express editor for editing. Is it possible to add or integrate a custom asset search UI within the embedded editor?Thanks,Niraj Jha
Hey! I just got a report that the language switch in the embed SDK is not working.If you go into the settings & update the language, the UI will update at first. Then once you close the settings menu, the whole app will refresh and the language defaults back to english again.I'm seeing the same issue using both v3 & v4, and it can also be reproduced on the demo site https://demo.expressembed.com/
hi everyone,so today i tried the add-on mcp server and ig it's quite cool, it is 100x the speed of developing the add-ons. first i hae to d basic tasks like create a express compitable picker component or create the ui with the exact guideline.but now these things can be done in one shot with the help of dobe-expres-add-on mcp server.loved it so much and exited what i can brings to express users using the mcp server.
We recently switched to Adobe Enterprise licenses from Adobe personal licenses. One of our users has video he created in Adobe Express with his old account. He migrated the videos to the new account, but since starting to use the new account, he is no longer able to download video media. He can download pictures. THis is the error from the console.Access at ....from origin https://new.express.adobe.com has been blocked by CORS policy: response to preflight request doesn't pass access control check. No 'Access-control-allow-origin" header is present on the requested content.
Curious about how MCP servers can speed up your development process?Join Adobe and Geoffrey Nwachukwu (a Community Expert and Developer Champion) for this interactive workshop.After a general introduction to the concept of MCP Servers, Geoffrey presents his first MCP server for Adobe Express. Learn about his assistant and how to make your own MCP server from our newest Developer Champion.Adobe just launched the Adobe Express Add-on Dev MCP Server as a public beta. Learn about the concept, use cases and how you can benefit with faster development cycles. We will also talk about rules and additional tips to make MCPs work more effectively.There will be enough time for you to ask questions or share your feedback.
I’m trying to use the embed within an app that’s rendered in an iframe. I added the embedding domain to the allowed domains, but still get this error: > Refused to frame 'https://new.express.adobe.com/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self' [REDACTED].com".
In Developer Days, it was mentioned that we'd soon have in Express Embed SDK the much-requested ability to use company templates with the createWithTemplate as well as the standard Adobe-provided template.This would be a game changer. Is there any news on timing of this? Last mentioned here 5-6 months ago.Thanks,Ru
My goalprescribe the settings available in the button dropdown (see image below) in my codewhen the user clicks the Print button - no popup shows, no options available - perform the callback function and return to the web app I am not finding the settings for the file format options which are different depending on the file format. Additionally, if I set image/png, the file format dropdown still starts at JPG. I do not want to give the user these options; I want this to be controlled in the code. Current exportConfig:const exportConfig = [ { id: "save-modified-asset", label: "Print ", action: { target: "publish", publishFileType: "image/png", outputType: "base64", }, style: { uiType: "button" }, }, ];
1. Version of the app "dependencies": { "@adobe/react-spectrum": "^3.42.2", "@spectrum-icons/workflow": "^4.2.22", "axios": "^1.6.1", "react": "18.2.0", "react-aria": "^3.30.0", "react-aria-components": "^1.0.0-rc.0", "react-dom": "18.2.0"}, 2. Platform and OS version: Desktop 3. Basic steps to reproduce the problem - When mouse hover on the component, it throws Uncaught ReferenceError: process is not defined 4. Expected result and actual result - The components should show the list of options and tooltip correctly. Hi! I am currently working on my company's Adobe express Add-on. We've released the add on in the last year and now we want to update our Add on asap. I found issues in adobe/react-spectrum during the development. 1. Tooltip component <TooltipTrigger delay={0}> <ActionButton isQuiet={true} onPress={() => HandleAvatar(item.key, page)} height={"10
Hi folks, Happy New Year! I have 2 feature requests that would improve the UX and workflows.It would be incredibly helpful if there were a way of searching and selecting a document from "Your stuff". it would also be very useful if you could rename a document inside the embed modal in the same way that you can rename a document in the main web app.1. Selecting an existing document Within a project in our app, people can create a new Adobe Express asset linked to an object in our system. They can then edit and render new versions of it using the methods that you provide. However, users have their own assets within Adobe Express that they have either created in the full web app or previously created using the embed feature. Alongside the create and embed buttons it would be Extremely useful to have a "Select existing Adobe Express document" button. Currently the only way that we can let them do that is by manually copying and pasting the project UID int
Hi, Exporting a video with a colour background to use against a same colour background on our website, the background colour in the video changes on export.We've found this via our Express Embed so I am reporting it here.Background colour of images does not change on export.Specifically: I set the background colour of the Adobe document to FFCF03I export it as video and the background colour in the exported video comes out as FDD506See attached screenshot - the video is lighter, less saturated.The workaround for us to to edit our images and background colours to use the same colour as the video, rather than the other way round. Ideally that shouldn't be the case, of course - it should match the RGB colour we specified.And I understand the difficulties in colour profiles with video - but if possible, it would be great for the team to do some work on trying for greater colour matching on export.Thanks,Ru Howe
I would like to embed Express SDK into my app, but would like to keep the Editor Panel as simple as possible for my clients. Is there anyway to customize the modules in the editor so that I can hide certain modules and choose which other modules are available? Thanks!
Hi, I m building a web app that will use Adobe Express SDK. We want our users to be able to edit our templates and only our templates, not other ones provided by Adobe. Is this possible? It s not clear in the forums or at least I havent found anything on the subject.Also, is there an SDK documentation in Spanish?Many thanks
Gooday!, Adobe team & community,I've been successfully integrating the Adobe Express SDK into my project to launch the image editor with base64 image input using the createWithAsset method. Until recently, this worked flawlessly — but now, the image no longer loads in the editor, even though the SDK initializes properly.(thought might be a cors issue but then it worked earlier and i have my cors settings adjusted)Here’s a summary of what I’m doing: backend is served via Nginx at http://localhost:8000location / {if ($request_method = 'OPTIONS') {add_header 'Access-Control-Allow-Origin' '*' always;add_header 'Access-Control-Allow-Methods' 'GET, POST, PUT, DELETE, OPTIONS' always;add_header 'Access-Control-Allow-Headers' 'Content-Type, Authorization, application-token' always;add_header 'Access-Control-Allow-Credentials' 'true';return 204;}i am using a self-signed HTTPS cert locally — the SDK loads and initializes but theres alot of errors poping in inspect while load
Logging into the v4 Embed doesn't seem to work and causes it to login momentarily but then refresh and reload the embed to a logged out state in seconds. Searching the forums it seems reported previously and is related to Safari blocking third-party cookies. It looks like there's missing implementation in the Embed SDK to make this work. Safari does support requestStorageAccess to allow users to opt-in to allowing it to work.https://privacysandbox.google.com/cookies/storage-access-api It would be worth attempting to detect if Partitioned cookie flag is supported too as Chrome/Edge and Safari 26 will support that. (CHIPS - Cookies Have Independent Partitioned State) Not easy to detect though.
We have retitled the "Adobe Express Embed SDK" board to "Adobe Express Developers " to have a place for both Embed SDK and Add-on developers to post discoverable threads. The Adobe Express Discord is still a great place to have conversations, but we hope providing a forum will help increase Google SEO for problems and advice about all forms of Express extensibility. Please be sure to choose “Add-ons” or “Embed SDK” topic labels appropriately for your threads. For Embed SDK queries, you can still use the topic tag "embed-sdk". All the previous threads from the Embed SDK forum are still here, labeled "embed-sdk".
Our Express Embed has completely stopped working around 1pm UK time.This is the browser console page.We are still on v3: https://sdk.cc-embed.adobe.com/v3/CCEverywhere.js
In the Adobe Express video quick actions SDK, features such as cropping and resizing videos are available. The download button is being displayed, but it is disabled. "By continuing, you allow your file to be shared with ExpressEmbedDemoApplication" This text is displayed below the button. 1. Quick Action SDK( 3p version) 2. Chrome
Hi, I am exploring Adobe Express and integrated it into AEM, after generating an image/video I am trying to save the image back to AEM Assets(we have this option in ADOBE EXPRESS web app) using share option, but I couldn't find a way to do it, can you please help me with the process of it?
I'm encountering an issue where a hyperlink fetched dynamically from GraphQL cannot be shortened using aem. The link, retrieved at runtime, includes a "description field" with the content path /content/test/wknd. However, the shortening process doesn’t seem to recognize it correctly. Has anyone faced this issue before, or is there a workaround to shorten dynamically generated links from GraphQL within CF while preserving the description field content?
Urgent - the Resize, Background colour and other controls have disappeared from the top of the Embed modal.Screenshot attached.This affects all our users.This is a big problem. These are vital features.Could someone reply asap to acknowledge that you have seen this and logged it, or if it's not a bug let me know why it's disappeared?I wrote about this before, but it definitely still seems like this forum is not being checked, and so I am still very anxious about this given how prominent Express Embed is in our app.I realise the enterprise customers like Miro take priority - but the disappearance of replies feels stark at times like this. My other posts are not getting responses, even the fix I posted to the Safari bug. And that bug previously mostly went unresponded to before that, after I reported it in February.Looking at the forum here, the last 2 posts from people on 22 May went unanswered, and the last Adobe employee reply was May 9, 6 weeks ago.The forum URL was changed in the me
Hi folks,@ErinF replied here in September to @JC França about opening a specific brand template where she said:An engineering team member says this:It is possible to load the Express with a specific template.createWithTemplate( docConfig: Editor.CreateWithTemplateDocConfig, appConfig?: FirstParty.Editor.EditorAppConfig, exportConfig?: ExportConfig, containerConfig?: ContainerConfig ) : void; Let us know if you need any clarification on this.Yes please, I'd like some help with it!And @Barranca helped @Pro Imaging LFP. with the issue I'm having with it, in November.Where Davide provided a Template ID copied from Adobe's own template section.When I use the templateId that Davide provided for the Adobe template:urn:aaid:sc:VA6C2:67e8c8d8-f5d0-5277-94a5-17c9b2b9bf25It works.But when I use my own published template ID (see URL) for a button image:urn:aaid:sc:EU:e7ae7e26-ad9e-469c-8a64-5f6afc8209dchttps://new.express.adobe.com/publishedV2/urn:aaid:sc:EU:e7ae7e26-ad9e
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
申し訳ございません。このファイルは、ダウンロードしても安全かどうか、内容を確認中です。数分後にもう一度お試しください。
申し訳ございませんが、当社のウイルススキャナは、このファイルをダウンロードすることは安全ではないと検出しました。