• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

"An unexpected problem has occurred" using Adobe Express Embed SDK

New Here ,
Jun 10, 2024 Jun 10, 2024

Copy link to clipboard

Copied

I have the job of connecting Adobe Express Embed to a web application using Adobe Express Embed SDK. I have created a new Adobe account for this purpose but always get the error:


An unexpected problem has occurred. Try refreshing the page or return to the home page.
UUID: 604be501-1aea-4bcf-9c4f-9db5683be6b3


The UUID changes on every call. Looking in the browser's developer console I see a lot of errors (see attached log). Please assist to eliminate the errors when using the API.

Bug Unresolved
TOPICS
Desktop Web , Image Editor , Integrations

Views

112

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

New Here , Jun 11, 2024 Jun 11, 2024

Due to a server-side configuration of the initialization parameters, the appName was passed incorrectly in my case which caused the error:

wrong: {clientId: '12345....', appName: '"abc"'...}
correct: {clientId: '12345....', appName: 'abc'...}

 

Votes

Translate

Translate
1 Comment
New Here ,
Jun 11, 2024 Jun 11, 2024

Copy link to clipboard

Copied

LATEST

Due to a server-side configuration of the initialization parameters, the appName was passed incorrectly in my case which caused the error:

wrong: {clientId: '12345....', appName: '"abc"'...}
correct: {clientId: '12345....', appName: 'abc'...}

 

Votes

Translate

Translate

Report

Report