giveth-dapps-v2 icon indicating copy to clipboard operation
giveth-dapps-v2 copied to clipboard

Apollo Errors Flooding the frontend (Latency Session Findings)

Open mhmdksh opened this issue 9 months ago • 2 comments

Describe the bug An Apollo Error is flooding the frontend, 75% of the errors in Vercel are apollo errors. It's worth it to take a look To Reproduce Steps to reproduce the behavior:

  1. Go to giveth.io
  2. Browse the projects

Expected behavior Not getting this much errors Screenshots image

Desktop (please complete the following information):

  • MACOS: Chrome, Brave Browsers Additional context The error is all over the place, when checking the Vercel Logs, here is a sample copy of the error text:

(node:12) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time (Use node --trace-warnings ... to show where the warning was created) An error occurred! For more details, see the full error text at https://go.apollo.dev/c/err#%7B%22version%22%3A%223.9.3%22%2C%22message%22%3A35%2C%22args%22%3A%5B%22%7B%7D%22%5D%7D

For the fix it's clearly stated in the error message with a URL: https://go.apollo.dev/c/err#%7B%22version%22%3A%223.9.3%22%2C%22message%22%3A35%2C%22args%22%3A%5B%22%7B%7D%22%5D%7D

CC: @jainkrati @RamRamez @MohammadPCh

mhmdksh avatar May 03 '24 11:05 mhmdksh