Skip to content

postMessage interfering issue  #657

Closed
@maxisam

Description

@maxisam

Describe the bug
on

const message = this.processMessageEventMessage(e);

and
const message = this.processMessageEventMessage(e);

If there is another postmessage popping pup, it will be caught by the event listener and set message as undefined.

I think we should check if the message is not undefined or from oauth process before calling

In the popup case, it will close the popup right away and remove the listener if there is any postMessage executed first.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugFor tagging faulty or unexpected behavior.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions