You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using cognito and the login is on a different subdomain from the app. After the puppeteer script runs the lighthouse scan happens on the auth.<...> domain instead of the original app.<....> domain because the user isn't initially logged in and gets redirected. After the script logs the user in, the original url isn't used, but the one that was redirected to. Is there a way to rerun the original url after the auth happens? Seems like changing urls in the puppeteer script doesn't change anything on this front.
Environment (please complete the following information):
OS: macos
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm using cognito and the login is on a different subdomain from the app. After the puppeteer script runs the lighthouse scan happens on the
auth.<...>
domain instead of the originalapp.<....>
domain because the user isn't initially logged in and gets redirected. After the script logs the user in, the original url isn't used, but the one that was redirected to. Is there a way to rerun the original url after the auth happens? Seems like changing urls in the puppeteer script doesn't change anything on this front.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: