You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a feeling it might be connected more to Nitro than to Nuxt itself (might be connected to Vite or nginx?). The bug appears at least from July 2024, since we started a new project. Happens almost every day. Currently cant even run e2e tests and can't continue with development.
It is a docker-compose-dev.yml config + 2 services:
services/nginx
services/web (nuxt 3 app)
Usually nginx lets me access app via http://localhost/web/, but Nitro server shows error in web app and it doesnt load at all.
To run: docker-compose -f docker-compose-dev.yml up --force-recreate
Then go to localhost for few times and check error messages in containers/terminal.
Worth noticing is that running project locally (without Docker) works fine.
My setup: Macbook M2 + Macos 14.4.1 (23E224)
Additional context
No response
Logs
nuxt_bug_reproduction-web-1 | [nitro] ✔ Nuxt Nitro server built in 600 ms
nuxt_bug_reproduction-web-1 | ℹ Vite client warmed up in 1ms
nuxt_bug_reproduction-web-1 | ℹ Vite server warmed up in 629ms
nuxt_bug_reproduction-web-1 |
nuxt_bug_reproduction-web-1 | ERROR [unhandledRejection] socket hang up
nuxt_bug_reproduction-web-1 |
nuxt_bug_reproduction-web-1 | at connResetException (node:internal/errors:720:14)
nuxt_bug_reproduction-web-1 | at Socket.socketOnEnd (node:_http_client:525:23)
nuxt_bug_reproduction-web-1 | at Socket.emit (node:events:529:35)
nuxt_bug_reproduction-web-1 | at endReadableNT (node:internal/streams/readable:1400:12)
nuxt_bug_reproduction-web-1 | at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
nuxt_bug_reproduction-web-1 |
nuxt_bug_reproduction-web-1 |
nuxt_bug_reproduction-web-1 |
nuxt_bug_reproduction-web-1 | ERROR [unhandledRejection] connect ECONNREFUSED 127.0.0.1:44719
nuxt_bug_reproduction-web-1 |
nuxt_bug_reproduction-web-1 | at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16)
The text was updated successfully, but these errors were encountered:
Environment
nitropack 2.10.4
nuxt 3.14.1592
docker + docker-compose
Reproduction
https://github.com/poziminski/nuxt-bug-reproduction
Describe the bug
I have a feeling it might be connected more to Nitro than to Nuxt itself (might be connected to Vite or nginx?). The bug appears at least from July 2024, since we started a new project. Happens almost every day. Currently cant even run e2e tests and can't continue with development.
I prepared minimal code with newest dependencies using
nuxi init
:https://github.com/poziminski/nuxt-bug-reproduction
It is a docker-compose-dev.yml config + 2 services:
services/nginx
services/web (nuxt 3 app)
Usually nginx lets me access app via http://localhost/web/, but Nitro server shows error in web app and it doesnt load at all.
To run:
docker-compose -f docker-compose-dev.yml up --force-recreate
Then go to localhost for few times and check error messages in containers/terminal.
Worth noticing is that running project locally (without Docker) works fine.
My setup: Macbook M2 + Macos 14.4.1 (23E224)
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: