You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FetchError: invalid json response body at https://hub.snapshot.org/graphql reason: Unexpected token < in JSON at position 0
File "/workspace/node_modules/node-fetch/lib/index.js", line 272, in <anonymous>
return Body.Promise.reject(new FetchError(`invalid json response body at ${_this2.url} reason: ${err.message}`, 'invalid-json'));
File "node:internal/process/task_queues", line 95, in process.processTicksAndRejections
The text was updated successfully, but these errors were encountered:
This could be solved by using a keep-alive connection to the hub, and will require install of the @apollo/client package, instead of using snapshot.js to send graphql query to the hub.
Sentry Issue: SNAPSHOT-WEBHOOK-7
The text was updated successfully, but these errors were encountered: