[GH-ISSUE #1382] The request is sent correctly, but receive "Error: Network error" on the web page #450

Closed
opened 2026-03-16 15:23:08 +03:00 by kerem · 1 comment
Owner

Originally created by @uninstallHahaha on GitHub (Dec 13, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1382

Describe the bug
The request is sent correctly, but receive "Error: Network error" on the web page

To Reproduce
Steps to reproduce the behavior:

  1. git clone [this project]
  2. npm install
  3. npm run build
  4. cd ./dist
  5. npm run dev
  6. visit localhost:3000 on the browser
  7. open debug mode by F12
  8. send test request with URL
  9. receive "Error: Network error" on the web page
  10. check console->network->request list->last requet->response, recover that the response code is 200, the request is sent by correctly.

Screenshots
the error on the web page
Snipaste_2020-12-13_12-59-29
but is sent by correctly
Snipaste_2020-12-13_13-01-00

Desktop:

  • OS: win8.1 64bit
  • Browser: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0
Originally created by @uninstallHahaha on GitHub (Dec 13, 2020). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1382 **Describe the bug** The request is sent correctly, but receive "Error: Network error" on the web page **To Reproduce** Steps to reproduce the behavior: 1. `git clone [this project]` 2. `npm install` 3. `npm run build` 4. `cd ./dist` 5. `npm run dev` 6. visit `localhost:3000` on the browser 7. open debug mode by F12 7. send test request with URL 8. receive "Error: Network error" on the web page 9. check console->network->request list->last requet->response, recover that the response code is 200, the request is sent by correctly. **Screenshots** the error on the web page ![Snipaste_2020-12-13_12-59-29](https://user-images.githubusercontent.com/36978593/102003492-29e66400-3d43-11eb-80cd-01f8a4b707d6.png) but is sent by correctly ![Snipaste_2020-12-13_13-01-00](https://user-images.githubusercontent.com/36978593/102003502-4387ab80-3d43-11eb-9aab-d2695cfb8abe.png) **Desktop:** - OS: win8.1 64bit - Browser: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0
kerem closed this issue 2026-03-16 15:23:13 +03:00
Author
Owner

@liyasthomas commented on GitHub (Dec 13, 2020):

For development environment steps 3 and 4 isn't required.

<!-- gh-comment-id:743951016 --> @liyasthomas commented on GitHub (Dec 13, 2020): For development environment steps 3 and 4 isn't required.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#450
No description provided.