Next.js Discord

Discord Forum

Fetch Error from gstatic (fonts)

Answered
neon posted this in #help-forum
Open in Discord
Avatar
FetchError: request to https://fonts.gstatic.com/s/firasans/v17/va9B4kDNxMZdWfMOD5VnFK_eQhf6Xl7Gl3LX.woff2 failed, reason:
    at ClientRequest.<anonymous> (/home/neon/dev/portfolio/node_modules/next/dist/compiled/node-fetch/index.js:1:65756)
    at ClientRequest.emit (node:events:514:28)
    at TLSSocket.socketErrorListener (node:_http_client:495:9)
    at TLSSocket.emit (node:events:514:28)
    at emitErrorNT (node:internal/streams/destroy:151:8)
    at emitErrorCloseNT (node:internal/streams/destroy:116:3)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)
    at runNextTicks (node:internal/process/task_queues:64:3)
    at process.processTimers (node:internal/timers:511:9) {
  type: 'system',
  errno: 'ETIMEDOUT',
  code: 'ETIMEDOUT'
}
Answered by neon
P.S. up/down-grading to canary-3 fixes it.
View full answer

2 Replies

Avatar
It doesn't seem to load fonts
Avatar
P.S. up/down-grading to canary-3 fixes it.
Answer