SSO not working, 2 websites, 1 auth0 app

I am using auth0 in react and I have 2 websites that use the same app/api in auth0. I log in to website1 and redirect to website 2 through a button and when I log out to website2 and make the call in the auth0 logout code, it redirects me to website1 as defined, however, it remains logged in to website1 and if I try to access website2 again, it asks me to log in again.
They use the same audience, client ID and domain, but I need that when I log out in one, it logs out in another and vice versa :woozy_face: