Luke

Results 17 comments of Luke

Also, I was searching through `melte-compiler` for "postcss" and saw that [it reads from `options.postcss` here](https://github.com/zodern/melte-compiler/blob/de25a65036c34b31f02acfd3adad45ceb818a11f/MelteCompiler.js#L96-L104), which is the `package.json` config. So I tried the following: ```js "svelte:compiler": { "postcss":...

Thanks @cnshsliu, I had the same issue and your solution fixed it; I learned about /etc/paths.d too. 🙂 Here's the one-liner that fixes the issue regardless of where node is...

@renanccastro, there are detailed logs in my initial post above (they're in collapsed sections which you can expand). I do have Sentry but there are no JS errors so nothing...

I also wanted to mention that I removed all Cordova plugins from my app but still got the white screen of death overnight.

@Nauzer - I haven't been able to reproduce it with a clean Meteor project, although I'm going to keep trying. But I don't think this can be chalked up to...

Also, thank you all for chiming in and talking it out with me! I'm hopeful we'll be able to figure this confounding issue out in the end...

Apple just approved my update that uses the latest version of GCDWebServer with Meteor-specific changes rebased on top ([repo here](https://github.com/banjerluke/GCDWebServer)). So far I haven't been able to reproduce the issue...

Welp, I just got a WSoD with the updated app using the latest GCDWebServer. So much for that. 🙁 Will try disconnecting/reconnecting next. @dotmlj, I've verified that the `meteor-smart-disconnect` package...

Oh, and I was just playing around and got another "No sockjs heartbeat received" error upon resuming. No WSoD. Plus, I realized that this also happens sometimes when it's reloading...

@factionfour How interesting! Have you tried downgrading Xcode?