webAuth.popup.authorize() not autoclosing

webAuth.popup.authorize popup window does not get close after login (tried Google account, maybe something else as well).
Tried:
webAuth.popup.callback - exists
autoClose: true
owp: true

Hi there @elena, can you share a code sample or screenshots of what you are experiencing along with a HAR file? We want to understand better about the stack and what could be occurring. Thanks in advance!

var webAuth = new auth0.WebAuth({
domain: ‘xxxx’,
clientID: ‘xxxx’,
responseType: ‘token id_token’,
audience: “enervee-marketplace”
});

webAuth.popup.authorize({
redirectUri: ‘xxx’,
autoClose: true,
owp: true,
})