nuxt / http

Universal HTTP Module for Nuxt.js
https://http.nuxtjs.org
MIT License
229 stars 51 forks source link

Cannot generate dynamic routes with nuxt generate #44

Closed bovas85 closed 5 years ago

bovas85 commented 5 years ago

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

bovas85 commented 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)``
pi0 commented 5 years ago

This error was related to timeout. Timeout is disabled by default in >=0.3.0