Reputation: 1150
I have developed this website using NextJS and deployed it to Vercel. The website is running fine and fast on all devices. However, on this specific page (community life) page, the page crashes whenever I open it in mobile devices. I'm confused on why this happens and how I can troubleshoot this.
Upvotes: 0
Views: 1473
Reputation: 3135
I found the issue is related to this file https://pgu2022.vercel.app/_next/static/css/71c9678f5295262f.css
If you remove the above stylesheet, the page renders fine and does not crash.
I can replicate the issue in a codesandbox - https://codesandbox.io/s/wonderful-star-17cihu?file=/index.html:1156-1220
Couple of things I would note :
Overall, while I do not have the exact line I am sure you can find the culprit - best of luck!
Upvotes: 2