-
and other files also get same error |
Beta Was this translation helpful? Give feedback.
Answered by
ElMassimo
Nov 14, 2021
Replies: 1 comment 1 reply
-
|
Hi @nyrf! The default timeout for Please provide more information about the traces in Vite by running |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ElMassimo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @nyrf!
The default timeout for
Rack::Proxyis 60 seconds, so this could be related to the Vite dev server not issuing a response.Please provide more information about the traces in Vite by running
DEBUG=* bin/vite devwhich will output verbose logs, including those related to theconnectmiddleware that Vite uses to process requests.