Josh N. Abbott
Josh N. Abbott
@ttruongatl interesting. At the time that I opened this issue, I was using `"@apollo/react-hooks": "^3.0.0"`, so perhaps this later version fixes the issue.
I'm also wondering if there's any progress on this? Or a workaround in the meantime? I'd like to have a way to propagate custom error messages from the API into...
I'm using this to mutate the error returned to the component using the `Mutation` ``` const errorLink = onError(({ forward, networkError, operation }) => { if (networkError) { const {...
@shaun-ba This was happening to me too and my nginx config is using a custom log format, which turned out to be the issue. Check your nginx.conf file to see...
Also, I think this issue wants the same thing as [this one](https://github.com/lebinh/ngxtop/issues/81)
I believe I'm running into this exact same issue. I'm running a few instances and the master nginx process crashes every hour or two. The last thing in the error...
@benzimmer I've noticed the exact same behavior. > At the moment we ship around this by automatically issuing a restart when this happens, but it would be nice if we...
@benzimmer nice! I’ve been running a cron to perform a check with a script I write. Not sure why I didn’t think about monit first 🙃
@RainFlying have you debugged it at all? Maybe if we all compared notes we could figure out what’s causing it. Anytime it’s happened to me and I’ve checked the logs...
@RainFlying it could be that, too. We also serve certs for about 1200 domains. Maybe with more workers it would function better?