I have a static site build with NextJS hosted on Google Cloud Storage,
and I’m running into an issue with page refreshes. When I navigate from
https://example.com/auth to https://example.com/dashboard?platform=ABC,
everything works as expected. But i...