Third party login popup with Auth0.js

Hi there,

I’m following Auth0.js v9 Reference to load third party login through popup window.
Unfortunately, I’m facing issue where I get error message where it says the popup’s origin must match “popupOrigin” parameter.

Does this means the domain I use for loads Auth0 page must be same with domain I use as redirectUri ?

Thank you