Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server built on Windows not handling simultaneous requests #1338

Closed
issue-up bot opened this issue Jun 23, 2023 · 3 comments
Closed

Server built on Windows not handling simultaneous requests #1338

issue-up bot opened this issue Jun 23, 2023 · 3 comments
Labels
bug Something isn't working windows

Comments

@issue-up
Copy link

issue-up bot commented Jun 23, 2023

   Forwarded from downstream issue:


Environment

  • Operating System: Windows_NT
  • Node Version: v16.16.0
  • Nuxt Version: 3.0.0-rc.11
  • Nitro Version: 0.5.4
  • Package Manager: yarn@1.22.19
  • Builder: vite
  • User Config: modules, privateRuntimeConfig, publicRuntimeConfig, build, vite, typescript, dev
  • Runtime Modules: @pinia/nuxt@0.4.2, @nuxtjs/tailwindcss@5.3.3
  • Build Modules: -

Reproduction

I scaffolded the project like so https://v3.nuxtjs.org/getting-started/installation/ and the api from here https://v3.nuxtjs.org/guide/directory-structure/server/

As a quick tutorial of how to setup a JMeter stress test on Windows:

You should see 200 responses interspersed by 503 responses.
image

Describe the bug

The Nuxt server is not handling simultaneous requests and is only happening on Windows.

Sometimes, when two or more requests hit the server at the same time, only one of them gets served, and the other requests return with a 503 Server Unavailable response instead of being added to the queue.

I have tested on ARM and Intel MacOS systems as well as WSL - all of which do not have the same problem. I have also tried Node v14.16 and LTS (v16.17.1).

This seems to me like a very low-level framework issue. The last version of Nuxt3 I've used is 'nuxt3': 3.0.0-27376943.f219f63 which did not have this problem.

Additional context

No response

Logs

No response

@danielroe danielroe closed this as not planned Won't fix, can't repro, duplicate, stale Jun 23, 2023
@Hebilicious Hebilicious reopened this Jul 16, 2023
@Hebilicious
Copy link
Member

#1115 did not fix the issue succesfully

@Hebilicious Hebilicious added bug Something isn't working windows labels Jul 16, 2023
@pi0
Copy link
Member

pi0 commented Jul 17, 2023

@Hebilicious Needs minimal nitro reproduction to track here!

@pi0 pi0 closed this as not planned Won't fix, can't repro, duplicate, stale Jul 17, 2023
@pi0
Copy link
Member

pi0 commented Jul 17, 2023

~> hhttps://github.com//issues/1454

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working windows
Projects
None yet
Development

No branches or pull requests

3 participants