-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Error: PostHog fetch error #4210
Comments
Not related to next-tasks not loading, but should be looked into how to only report error after max retry attempts |
@L03TJ3 this seems like an urgent issues. 30k instances a day. |
@sirpy there seems to be an initial fetch error always being logged, but it retries to connect, and this works (verified by using different default local values then what is set on posthog) So the only thing that needs to be done (as far as I could tell) is fine-tune the error logger added to posthog here: GoodDAPP/src/lib/hooks/useFeatureFlags.js Line 66 in db59b61
So yes, this increase is because of the new error log, but so far I didn't flag it as a bug yet (beyond some over logging) |
@L03TJ3 |
Possible 'fix' is here: 3d77779 The why of it is up here: PostHog/posthog-js-lite#180 |
In case any of you have more context about this, please let me know, I cannot reproduce this issue locally. |
@marandaneto the only context right now would be this: any call we make for feature-flags go through here. |
Alright, I appreciate it if you answer the other questions at PostHog/posthog-js-lite#180 (comment) |
@L03TJ3 we should upgrade and close this |
No longer an issue |
Because of this error, Pat cannot create and update the existing after-claim modal
Sentry Issue: GOODDAPP-1AZEX
The text was updated successfully, but these errors were encountered: