You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The loginMode: 'delayed' parameter stopped working after my site was approved by Adobe.
It is expected that when creating or editing a design, my user is not required to log in
Actual Behaviour
When I open the Adobe Embed screen I am forced to log in
Reproduce Scenario (including but not limited to)
Implementing Adobe express embed in a web project and clicking on create new project with the parameter loginMode: 'delayed'. Save the project, get the project ID and try to edit
Remembering that the user cannot be logged into Adobe Express
Steps to Reproduce
Implementing Adobe express embed in a web project and clicking on create new project with the parameter loginMode: 'delayed'. Save the project, get the project ID and try to edit
Remembering that the user cannot be logged into Adobe Express
Platform and Version
MacOS Sequoia
Sample Code that illustrates the problem
const configParams = {
loginMode: 'delayed',
locale: 'pt_BR',
}
const { editor } = await window.CCEverywhere.initialize(initializeParams, configParams);
let docConfig = {
documentId: projectId // Project id created by another user, because in my web application I need users to edit other people's projects freely without any problems
};
let appConfig = {
callbacks: callbacks,
}
let exportConfig = exportOptions;
editor.edit(docConfig, appConfig, exportConfig, containerConfig);
Logs taken while reproducing problem
no logs
The text was updated successfully, but these errors were encountered:
Expected Behaviour
The loginMode: 'delayed' parameter stopped working after my site was approved by Adobe.
It is expected that when creating or editing a design, my user is not required to log in
Actual Behaviour
When I open the Adobe Embed screen I am forced to log in
Reproduce Scenario (including but not limited to)
Implementing Adobe express embed in a web project and clicking on create new project with the parameter loginMode: 'delayed'. Save the project, get the project ID and try to edit
Remembering that the user cannot be logged into Adobe Express
Steps to Reproduce
Implementing Adobe express embed in a web project and clicking on create new project with the parameter loginMode: 'delayed'. Save the project, get the project ID and try to edit
Remembering that the user cannot be logged into Adobe Express
Platform and Version
MacOS Sequoia
Sample Code that illustrates the problem
Logs taken while reproducing problem
no logs
The text was updated successfully, but these errors were encountered: