Closed bovas85 closed 5 years ago
Logs here
10:54:13 PM: 21:54:13 error with API Request timed out
10:54:13 PM: at node_modules/ky/umd.js:131:11
10:54:13 PM: at runNextTicks (internal/process/task_queues.js:55:5)
10:54:13 PM: at listOnTimeout (internal/timers.js:501:9)
10:54:13 PM: at processTimers (internal/timers.js:475:7)``
This error was related to timeout. Timeout is disabled by default in >=0.3.0
Version
^0.1.2
Reproduction link
https://github.com/bovas85/nunziellasalluce.com
Steps to reproduce
Clone the repo yarn yarn generate
axios is not being used, ky is used instead which fails after timing out
What is expected ?
axios is used in nuxt.config as per imported
What is actually happening?
axios is not being used, ky is used instead which fails after timing out