Dakota32294208qhf9
Explorer
Dakota32294208qhf9
Explorer
Activity
‎Feb 22, 2024
11:49 AM
1 Upvote
Seemed to be an intermittent issue. No longer getting this error and everything is fine.
... View more
‎Feb 21, 2024
04:07 PM
7 Upvotes
Just recently started getting this error on attempting to load the editor with our own media on startup: INVALID_PSD_URL: Provided asset does not have the correct Photoshop Document
Error: Provided asset does not have the correct Photoshop Document The integration has been working fine for months. I don't see any updates in the changelog that would break this. The editor works fine when started without any media. I am using a URL to load the media into the editor.
... View more
‎Sep 20, 2023
12:05 PM
Same issue here.
... View more
‎Sep 20, 2023
10:00 AM
Video URL in question: https://res.cloudinary.com/the-social-station/video/upload/v1693323901/dev/s6kveopd9d4r8v1j2m2l
... View more
‎Sep 20, 2023
09:58 AM
I am getting a: ```INVALID_IMAGE_DATA_URL: Provided asset does not have the correct structure required for images Error: Provided asset does not have the correct structure required for images``` When I try to start the editor with a video asset. Images work fine. Curiously enough if I switch the asset type back to video and try with an image, it will also give me that same error. I've tried adding .mp4 to the URL also. ``` inputParams: { asset: { type: "video", dataType: "url", data: getVideoFullEditor(selectedMedia), }, },```
... View more
‎Sep 19, 2023
09:18 AM
I actually found this helpful post: https://community.adobe.com/t5/adobe-express-embed-sdk-discussions/styles-to-cc-everywhere-root-div/td-p/13792070 Ended up attaching it to a div that had z-index through the parentElementId field.
... View more
‎Sep 19, 2023
08:24 AM
Anyway to change the zIndex of the Express iframe? I'm having trouble with other elements popping over the actual Express client.
... View more
‎Sep 14, 2023
11:54 AM
Getting an issue with starting the Express SDK. Refused to frame 'https://new.express.adobe.com/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self' localhost:3000". I have localhost:3000 included in my allowed domains. My referrer is localhost:3000.
... View more