Hello, I just set up a fresh app (the ionic tabs starter to be specific) and was trying to measure it’s PWA compatibility. When trying to run Lighthouse from a deployed build of the app, I get back a 404 page where everything errors out. The only way I can find to get out of this state is to remove “/tab1” from the URL which seems to trigger the re-entry point of the app and reloads “/tab1” as the URL with content displaying successfully. Unfortunately, this still doesn’t let me use Lighthouse to measure my app’s PWA compatibility.
Has anyone seen this behavior before when using Lighthouse?