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

Recv failure: Connection was reset on localhost #8448

Open
1 of 4 tasks
surajsharma opened this issue Mar 11, 2025 · 0 comments
Open
1 of 4 tasks

Recv failure: Connection was reset on localhost #8448

surajsharma opened this issue Mar 11, 2025 · 0 comments
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer

Comments

@surajsharma
Copy link

Expected Behavior

* Preparing request to http://localhost:8082/onboarding/v1/setup
* Current time is 2025-03-11T12:53:06.286Z
* Enable automatic URL encoding
* Using default HTTP version
* Enable SSL validation
*   Trying 127.0.0.1:8082...
*   Trying [::1]:8082...
* Connected to localhost (::1) port 8082 (#0)

> POST /onboarding/v1/setup HTTP/1.1
> Host: localhost:8082
> Content-Type: application/json
> User-Agent: insomnia/10.3.1
> x-request-id: af7c1fe6-d669-414e-b066-e9733f0de7a8
> Accept: */*
> Content-Length: 438

| {
|   "Member": {
|     "first_name": "John",
|     "middle_names": "Michael",
|     "last_name": "Doe",
|     "has_signed_up": true,
|     "is_password_reset_required": false,
|     "email": "[email protected]"
|   },
|   "Organization": {
|     "organization_name": "Tech Innovations Inc.",
|     "site_address": "123 Innovation Drive, Tech City, TC 12345",
|     "organization_description": "A cutting-edge technology company focused on AI solutions"
|   }
| }

* Recv failure: Connection was reset
* Closing connection 0 

Actual Behavior

request should work as it works in curl, bruno

Reproduction Steps

No response

Is there an existing issue for this?

Which sync method do you use?

  • Git sync.
  • Insomnia Cloud sync.
  • Local only

Additional Information

No response

Insomnia Version

10.3.1

What operating system are you using?

Windows

Operating System Version

Windows 11

Installation method

download

Last Known Working Insomnia version

No response

@surajsharma surajsharma added B-bug Bug: general classification S-unverified Status: Unverified by maintainer labels Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer
Projects
None yet
Development

No branches or pull requests

1 participant