Just wondering if anyone else has experienced any issues with Safari (either OSX or iOS) since 1.3?
My app has been working perfectly in 1.3, up until today really.
It looks like it is hanging, waiting on a subscription. I get stuck at the loading screen, strange thing is sometimes it will get through that and display the page. Sometimes it happens straight away sometimes after a long wait. 90% of the time it just sits on the loading screen doesn’t progress at all.
I am using React and have the standard pattern with getMeteorData
returning !collection.ready()
to move past the loading screen.
In chrome under the exact same circumstances it works fine without delay or issue… so strange!
There are no errors in the console, either chrome and safari, and the collection data is all there when interrogated via console… so not sure why it thinks it’s still loading.
Here is the other thing. I am not able to replicate this on my local dev machine, only on the deployed server. On my dev machine everything works fine with Safari.
Happy to share code or whatever, but kind of more interested to see if anyone has seen this before.
Also, if anyone has any code I could throw on the server to do some debugging on the deployed server…