I’m building a /login page, which redirects to an external URL. This calls back to this page with a token. In a development server, I use window.location.href to change the URL (as opposed to router.push(), according to the docs).
However, in standalone mode, when I push this code to GCP, it doesn’t work. I wondered if anyone knew what I might be doing wrong? Do I need to set any config, etc?