When I go to /my-account without being authenticated, I'm taken to the login form and then, automatically, to /my-account after I login. However, a new page I have (let's just say it is /my-page) does not have the same effect. When I go to /my-page without being authenticated, I am taken to the login page and then, automatically to /shop-home (the default redirect URL) instead of /my-page.
Does anyone know how to enable a redirect similar to /my-account but for /my-page?