Web Page Fails to load Correct

Sure seems like something like CSS or JS isn’t working but how do I troubleshoot what is’nt loading correctly when the mobile version of a web site is trying to load. The site works fine in other browsers (Chrome, Edge). The site actually loads fine if I request the desktop version. Help

See if the sec-ch-ua header is blank in your requests. Some firewalls are configured to block these as malformed http requests. The blank header coming from the Samsung browser while in mobile mode seems to be a bug… its unfortunately in the v16 beta as well…

Thanks for the idea this was ultimately the issue. I ended up setting up remote debugging on a device and could see a resource was not delivered correctly when the problem happened.