Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loginMode: 'delayed' #182

Open
ricardocosta43 opened this issue Nov 11, 2024 · 0 comments
Open

loginMode: 'delayed' #182

ricardocosta43 opened this issue Nov 11, 2024 · 0 comments

Comments

@ricardocosta43
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant