nuxt-community / amp-module

AMP Module for Nuxt 2
https://codesandbox.io/s/github/nuxt-community/amp-module/
MIT License
204 stars 36 forks source link

https://cdn.ampproject.org/v0/validator_wasm.js - read ETIMEDOUT #288

Open MooseSaeed opened 1 year ago

MooseSaeed commented 1 year ago

I keep getting this error.

Unable to fetch https://cdn.ampproject.org/v0/validator_wasm.js - read ETIMEDOUT

  at ClientRequest.<anonymous> (node_modules/amphtml-validator/index.js:136:11)
  at ClientRequest.emit (node:events:390:28)
  at ClientRequest.emit (node:domain:475:12)
  at TLSSocket.socketErrorListener (node:_http_client:447:9)
  at TLSSocket.emit (node:events:390:28)
  at TLSSocket.emit (node:domain:475:12)
  at emitErrorNT (node:internal/streams/destroy:157:8)
  at emitErrorCloseNT (node:internal/streams/destroy:122:3)
  at processTicksAndRejections (node:internal/process/task_queues:83:21)

Reproduction Steps

These errors show during compilation process. No steps taken that led to the error.