Skip to content

loginMode: 'delayed' #182

@ricardocosta43

Description

@ricardocosta43

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions