Stand-With-Crypto / swc-web

Stand With Crypto's codebase, open sourced for community collaboration. If you care about crypto, it's time to prove it.
https://www.standwithcrypto.org/
Apache License 2.0
23 stars 6 forks source link

TypeError: Load failed #1226

Open sentry-io[bot] opened 3 months ago

sentry-io[bot] commented 3 months ago

Sentry Issue: PROD-SWC-WEB-10K

TypeError: Load failed
  at fetchServerAction (../../src/client/components/router-reducer/reducers/server-action-reducer.ts:62:21)
sentry-io[bot] commented 3 months ago

Sentry Issue: PROD-SWC-WEB-1DZ

LucasdRossi commented 3 months ago

Sentry has a doc explaining how to fix this Load Failed errors, they're telling us to add the CaptureConsole integration to get more context on why this error is happening.

@lucasrmp-cb can we add this?

lucasrmp-cb commented 3 months ago

@lucasrmp-cb can we add this?

Ya agree, we can deploy the capture console and wait for more info

LucasdRossi commented 3 months ago

1246

LucasdRossi commented 3 months ago

Implementing this caused the site to freeze, possibly due to the grouping we're doing here. To address this, we need to investigate the issue further, determine the correct integration method, and configure it properly in Sentry.