I have deployed a mern app using render. The node backend is deployed using web service and the react frontend using static site.
It works completely fine in my desktop browser as well as some mobile devices. But the site is not visible in my mother’s android phone(chrome browser) and some of my friend’s mobile browsers as well.
What could be the issue here?
The site actually renders for a split second and then completely disappears.
A Static Site serves static files to run client-side (in the browser), so the best to start may be the browser dev console to see if there are any issues being shown.
Thank you. I reached out to my friend and got the console error. Different devices have different date systems and i didn’t think abt that. My graphs use these dates. Upon you advice I corrected the error. Thanks again