Popup blocked making application stuck

I am using web3 auth plug n play no modal v 6.1.6 frontend in next.js

It works fine unless the browser has blocked the popup, the application stuck because connectTo function doesn’t return anything

@neera.choudhary Thanks for your recent communication.

Using pop-ups as the login page is the most secure way of logging in and interacting with Web3Auth. You need to enable the browser to allow popups to avoid any issues. We have a detailed article on how to do this depending on the browser:

User is blocked, because connectTo function doesn’t return anything

Then they have blocked popups? Did you check?

Yes they have blocked, but i want there should be response from connectTo function so that application can let user know to enable it

You will need to tell all users to enable popups. We do not have any specific error to indicate this.

I am not getting any error in that case