I created a new tenant and set up it's domain, but I am redirected to old tenant's domain when I log in

I created a new tenant and set up it’s domain, but I am redirected to old tenant’s domain when I log in.
I tried to delete browser cookies and sessions, but dont change anything.
How do I get redirection to new one?

I’m using @auth0/auth0-react and loginWithRedirect method.
thanks,

Hi @hataia

You must change your app to use the new domain. This is not a cookie issue, it is a code config issue. You specify the domain, client id, etc. somewhere. Change that domain.

John

@john.gateley
Thanks for the reply

Yes, I have already changed to the new domain. And of course, client id, etc.