Ian Langworth ☠
Ian Langworth ☠
I'd love to see this merged 🙏
@tylerkahn Well that was more work than I thought. Care to try it out? Click the Add to Slack button on https://news.ycombinator1.com/
We're also experiencing this issue. Disabling the yarn cache fixed our builds temporarily but we'll try this.
+1 Also ran into this snag — otherwise this is great!
Dupe of https://github.com/knex/knex/issues/2253
FWIW, our workaround is to catch this these types of errors and propagate them to the user. For example, ```typescript try { setLoading.on() const { createdSessionId, setActive } = await...
> ```js > window.navigator.onLine = true > ``` Yes, this makes Clerk network errors appear. However, I'll have to research `window.navigator.onLine` and I'm worried that enabling it in production could...
Is there a workaround?
We just started getting this on EAS. Builds were passing on Sep 30 but we get this error as of today. No dependencies have changed.
I just ran into this, and I think this warning is misleading. Our problem was actually certificates, and that error is hidden by Fastlane piping Xcode logs to disk. By...