#Does pre-rendering impacts user experience on users with small screen size

2 messages · Page 1 of 1 (latest)

main hazel
#

In my Next.js app, I'm facing a strange issue. When users have phones with less than 8GB RAM and less than 393x787(viewport size) Screen size, facing an issue - my application is breaking on their phones and I am not getting what would be the issue. I'm also not getting where I should start? When I checked logs and API calls then I didn't find anything which can give me some insights of the issue. How could I troubleshoot this issue. On all the devices users can run my application perfectly but not on those small devices.

quiet mulch
#

what do you mean by "breaking"? it is not rendering anything?