Sean
Sean
any alternatives for the mean time? or do I really need to handle this JS side for now?
Talking about getting geo location data, In my mind I thought it was using the browsers GeoLocation, but it's not, it's actually using Vercel's Edge Function Features... https://vercel.com/docs/concepts/edge-network/headers#x-vercel-ip-longitude This means...
this would be nice...
YOU ARE A LIFE SAVER!! @robbanl I have been debugging this issue for 24 hours STRAIGHT!... THIS FIXED IT!... ``` $_SERVER['HTTP_HOST'] = $_SERVER['HTTP_X_ORIGINAL_HOST']; $_SERVER['SERVER_NAME'] = $_SERVER['HTTP_X_ORIGINAL_HOST']; ``` I had to...