zing-rsa / mern-social-frontend

Frontend for a sandbox social-media model to practice full stack application design. Implements MERN stack, and demonstrates functionality such as user authentication, sensitive data storage, profile management, user interactions and admin tools.
0 stars 0 forks source link

Frontend not working on iphone #1

Open zing-rsa opened 1 year ago

zing-rsa commented 1 year ago

The frontend produces a blank screen when opened on an iPhone. Doesn't seem to be related to the browser used, reproduced on chrome and safari

Reproduce:

Open www.mern-social.zing-rsa.co.za on iphone

zing-rsa commented 1 year ago

Possible causes:

  1. regex lookbehind used in singup for input validation, might not be supported on iphone
  2. ~DNS not routing correctly~, doubt this
    • browser error would usually be displayed
    • blank white screen is common symptom of runtime error in React/Javascript