[GH-ISSUE #1426] Sending same multiple request on send #461

Closed
opened 2026-03-16 15:27:30 +03:00 by kerem · 38 comments
Owner

Originally created by @torrayne on GitHub (Jan 12, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1426

Describe the bug
Every time I click send it sends 3 requests.

To Reproduce
Click send

Expected behavior
Only send one request when you click send

Desktop (please complete the following information):

  • OS: Pop!_OS 20.10
  • Browser Firefox
  • Version 84.0.2

Additional context
It's not just on my local machine. Sending request to public domains sends 3 requests.

Originally created by @torrayne on GitHub (Jan 12, 2021). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1426 **Describe the bug** Every time I click send it sends 3 requests. **To Reproduce** Click send **Expected behavior** Only send one request when you click send **Desktop (please complete the following information):** - OS: Pop!_OS 20.10 - Browser Firefox - Version 84.0.2 **Additional context** It's not just on my local machine. Sending request to public domains sends 3 requests.
kerem 2026-03-16 15:27:30 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@AndrewBastin commented on GitHub (Jan 12, 2021):

@djatwood Do you have the extension installed ?

<!-- gh-comment-id:759076697 --> @AndrewBastin commented on GitHub (Jan 12, 2021): @djatwood Do you have the extension installed ?
Author
Owner

@torrayne commented on GitHub (Jan 12, 2021):

Yes

<!-- gh-comment-id:759088816 --> @torrayne commented on GitHub (Jan 12, 2021): Yes
Author
Owner

@liyasthomas commented on GitHub (Jan 12, 2021):

@djatwood are you mentioning pre-flight request?

<!-- gh-comment-id:759089253 --> @liyasthomas commented on GitHub (Jan 12, 2021): @djatwood are you mentioning [pre-flight](https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request) request?
Author
Owner

@torrayne commented on GitHub (Jan 12, 2021):

No, it's sending 3 full request. When testing a form it sends 3 POST requests and creates 3 submissions.

<!-- gh-comment-id:759090046 --> @torrayne commented on GitHub (Jan 12, 2021): No, it's sending 3 full request. When testing a form it sends 3 POST requests and creates 3 submissions.
Author
Owner

@liyasthomas commented on GitHub (Jan 13, 2021):

An issue has been identified with our browser extension which is making multiple requests (~3) at once. We're working on a fix. Will update ASAP.

<!-- gh-comment-id:759151473 --> @liyasthomas commented on GitHub (Jan 13, 2021): An issue has been identified with our browser extension which is making multiple requests (~3) at once. We're working on a fix. Will update ASAP.
Author
Owner

@AndrewBastin commented on GitHub (Jan 13, 2021):

Umm, the fix should be live in Firefox!
Please update your extension (it should auto update tho)

And then please ping back if it persists.

<!-- gh-comment-id:759168880 --> @AndrewBastin commented on GitHub (Jan 13, 2021): Umm, the fix should be live in Firefox! Please update your extension (it should auto update tho) And then please ping back if it persists.
Author
Owner

@torrayne commented on GitHub (Jan 13, 2021):

I done a tiny bit of testing and it looks like it's fixed. I'll do some real testing tomorrow morning.

<!-- gh-comment-id:759174778 --> @torrayne commented on GitHub (Jan 13, 2021): I done a tiny bit of testing and it looks like it's fixed. I'll do some real testing tomorrow morning.
Author
Owner

@AndrewBastin commented on GitHub (Jan 14, 2021):

@djatwood is it fixed ?

Closing meanwhile

<!-- gh-comment-id:759867422 --> @AndrewBastin commented on GitHub (Jan 14, 2021): @djatwood is it fixed ? Closing meanwhile
Author
Owner

@torrayne commented on GitHub (Jan 14, 2021):

I haven't had it happen again since the update

<!-- gh-comment-id:759877226 --> @torrayne commented on GitHub (Jan 14, 2021): I haven't had it happen again since the update
Author
Owner

@njk18 commented on GitHub (Nov 7, 2022):

I'm having the same issue, only the request is being sent 4 times.

Desktop:

  • OS: Windows 10 Version (22H2) 10.0.19045 Build 19045
  • Browser: Chrome 103.0.5060.66
  • Hoppscotch Browser Extension Version: 0.25
<!-- gh-comment-id:1305550590 --> @njk18 commented on GitHub (Nov 7, 2022): I'm having the same issue, only the request is being sent 4 times. **Desktop:** - OS: Windows 10 Version (22H2) 10.0.19045 Build 19045 - Browser: Chrome 103.0.5060.66 - Hoppscotch Browser Extension Version: 0.25
Author
Owner

@AndrewBastin commented on GitHub (Nov 7, 2022):

@njk18 can I have more details about the request ? like the HTTP method used, content type (if any), body data (just a summary of what it is enough) and stuff like that.

If you can get this from the endpoint, some details around what requests were you getting on the endpoint (like the method, data (if any) etc.) would be useful as well.

<!-- gh-comment-id:1306245961 --> @AndrewBastin commented on GitHub (Nov 7, 2022): @njk18 can I have more details about the request ? like the HTTP method used, content type (if any), body data (just a summary of what it is enough) and stuff like that. If you can get this from the endpoint, some details around what requests were you getting on the endpoint (like the method, data (if any) etc.) would be useful as well.
Author
Owner

@njk18 commented on GitHub (Nov 8, 2022):

@AndrewBastin I did a page refresh which seems to have resolved the problem.
The request used the POST HTTP method with an application/json body which consisted of only string and integer values.
The endpoint was localhost:8084.
At the time, I went back and forth resetting the database and switching between Hoppscotch and Postman to validate that the problem originated from Hoppscotch.

I'm not sure if this helps, I'll update this issue if the problem occurs again.

<!-- gh-comment-id:1307165714 --> @njk18 commented on GitHub (Nov 8, 2022): @AndrewBastin I did a page refresh which seems to have resolved the problem. The request used the POST HTTP method with an application/json body which consisted of only string and integer values. The endpoint was localhost:8084. At the time, I went back and forth resetting the database and switching between Hoppscotch and Postman to validate that the problem originated from Hoppscotch. I'm not sure if this helps, I'll update this issue if the problem occurs again.
Author
Owner

@SamuelJansen commented on GitHub (Nov 21, 2022):

I'm having the same issue, only the request is being sent 4 times.

Desktop:

  • OS: Windows 10 Version (22H2) 10.0.19045 Build 19045
  • Browser: Chrome 103.0.5060.66
  • Hoppscotch Browser Extension Version: 0.25

so am I

GET operations as well

<!-- gh-comment-id:1321357369 --> @SamuelJansen commented on GitHub (Nov 21, 2022): > I'm having the same issue, only the request is being sent 4 times. > > **Desktop:** > > * OS: Windows 10 Version (22H2) 10.0.19045 Build 19045 > * Browser: Chrome 103.0.5060.66 > * Hoppscotch Browser Extension Version: 0.25 so am I GET operations as well
Author
Owner

@LukeFranky commented on GitHub (Nov 24, 2022):

Same thing happens to me. I was getting 4 requests each time, but restarting the Chrome app brought this down to 2.

I am using the Chrome app and extension because I am posting JSON to a localhost server.

I have attached a screenshot from Telerik Fiddler showing two identical requests from the same 'Send' click.

2022-11-24 12_52_44-Hoppscotch • Open source API development ecosystem • Hoppscotch

OS: Windows 11 Pro (Version 10.0.22621 Build 22621)
Chrome: 107.0.5304.107
Browser Extension: 0.25

<!-- gh-comment-id:1325873365 --> @LukeFranky commented on GitHub (Nov 24, 2022): Same thing happens to me. I was getting 4 requests each time, but restarting the Chrome app brought this down to 2. I am using the Chrome app and extension because I am posting JSON to a localhost server. I have attached a screenshot from Telerik Fiddler showing two identical requests from the same 'Send' click. ![2022-11-24 12_52_44-Hoppscotch • Open source API development ecosystem • Hoppscotch](https://user-images.githubusercontent.com/14487842/203681589-6d8bcf5c-888a-450b-bd5d-474d367462c5.png) OS: Windows 11 Pro (Version 10.0.22621 Build 22621) Chrome: 107.0.5304.107 Browser Extension: 0.25
Author
Owner

@ElTimuro commented on GitHub (Jan 6, 2023):

Same Issue, Request comes 2x. Looks like this is not fixed at lest in Chrome

OS: Windows 10 Pro
Chrome: 108.0.5359.125
Browser Extension: 0.25

<!-- gh-comment-id:1373612786 --> @ElTimuro commented on GitHub (Jan 6, 2023): Same Issue, Request comes 2x. Looks like this is not fixed at lest in Chrome OS: Windows 10 Pro Chrome: 108.0.5359.125 Browser Extension: 0.25
Author
Owner

@AndrewBastin commented on GitHub (Jan 6, 2023):

Due to the amount of reports I am reopening the issue.

For people, who are posting "Same issue" comments. Please add the following details to help out with the debugging process.

  1. OS + Browser + Extension Version
  2. Selected Interceptor in Hoppscotch
  3. Some details about the repeated network call (if possible), things like: HTTP Method, URL (you can hide your domain or other private info, I only want to see if there are any differences) and Body (if any, again, this can be private, I just want any notes in any differences between the bodies in the multiple calls).
<!-- gh-comment-id:1373703679 --> @AndrewBastin commented on GitHub (Jan 6, 2023): Due to the amount of reports I am reopening the issue. For people, who are posting "Same issue" comments. Please add the following details to help out with the debugging process. 1. OS + Browser + Extension Version 2. Selected Interceptor in Hoppscotch 3. Some details about the repeated network call (if possible), things like: HTTP Method, URL (you can hide your domain or other private info, I only want to see if there are any differences) and Body (if any, again, this can be private, I just want any notes in any differences between the bodies in the multiple calls).
Author
Owner

@hms5232 commented on GitHub (Feb 3, 2023):

One click, two request.

  • OS: Windows 10 64bit
  • Browser: Chrome 109.0.5414.120 64bit
  • Extension: 0.25

圖片

I use to develop API, request localhost server. The POST method requests has bearer token in header, JSON body like:

{
  "image_id": 42,
  "link": "https://whl4u.jp/",
  "target": "__blank"
}
<!-- gh-comment-id:1415312703 --> @hms5232 commented on GitHub (Feb 3, 2023): One click, two request. * OS: Windows 10 64bit * Browser: Chrome 109.0.5414.120 64bit * Extension: 0.25 ![圖片](https://user-images.githubusercontent.com/43672033/216546353-058048d6-4b3a-4668-a3e8-90fd9f3cd46a.png) I use to develop API, request localhost server. The POST method requests has bearer token in header, JSON body like: ```json { "image_id": 42, "link": "https://whl4u.jp/", "target": "__blank" } ```
Author
Owner

@hms5232 commented on GitHub (Feb 6, 2023):

One click, two request.

* OS: Windows 10 64bit

* Browser: Chrome 109.0.5414.120 64bit

* Extension: 0.25

After restarting, it seems good and work fine again. 😕 Maybe something went wrong during updating from old version.

<!-- gh-comment-id:1418654115 --> @hms5232 commented on GitHub (Feb 6, 2023): > One click, two request. > > * OS: Windows 10 64bit > > * Browser: Chrome 109.0.5414.120 64bit > > * Extension: 0.25 > After restarting, it seems good and work fine again. 😕 Maybe something went wrong during updating from old version.
Author
Owner

@ItsEthra commented on GitHub (Mar 1, 2023):

Any updates on it? I am experiencing the same issue.

  • Os: Arch linux, lts kernel.
  • Browser: Firefox 110.
  • Extension version: 0.25
    Happens with GET, POST requests, could be others as well I have not checked though.
<!-- gh-comment-id:1450063192 --> @ItsEthra commented on GitHub (Mar 1, 2023): Any updates on it? I am experiencing the same issue. * Os: Arch linux, lts kernel. * Browser: Firefox 110. * Extension version: 0.25 Happens with GET, POST requests, could be others as well I have not checked though.
Author
Owner

@agarleanu commented on GitHub (Mar 21, 2023):

I tried restarting, this issue keeps occurring.

Well, at least it's motivating me to implement some idempotency in my system, I guess.

<!-- gh-comment-id:1477682928 --> @agarleanu commented on GitHub (Mar 21, 2023): I tried restarting, this issue keeps occurring. Well, at least it's motivating me to implement some idempotency in my system, I guess.
Author
Owner

@RVFET commented on GitHub (Apr 2, 2023):

Using Chrome Web App on Win11, Browser Extension installed (otherwise localhost server don't work somehow) and facing the same issue, each request gets sent thrice. It's very annoying as my app does some scraping when receiving certain "POST" request and app forcibly overloads the api. This is my all time fav API testing client, please update it if possible. Thank you for all your effort!

<!-- gh-comment-id:1493319791 --> @RVFET commented on GitHub (Apr 2, 2023): Using Chrome Web App on Win11, Browser Extension installed (otherwise localhost server don't work somehow) and facing the same issue, each request gets sent thrice. It's very annoying as my app does some scraping when receiving certain "POST" request and app forcibly overloads the api. This is my all time fav API testing client, please update it if possible. Thank you for all your effort!
Author
Owner

@sons-of-titus commented on GitHub (May 12, 2023):

Same thing with LibreWolf(firefox) extension on archlinux.
1 click 3 requests
Extension version 0.25

<!-- gh-comment-id:1545785988 --> @sons-of-titus commented on GitHub (May 12, 2023): Same thing with LibreWolf(firefox) extension on archlinux. 1 click 3 requests Extension version 0.25
Author
Owner

@catch-songcs commented on GitHub (Jul 10, 2023):

this issue keeps occurring
but it fixed when I restart application

  • OS: macOS Ventura(13.4.1)
  • Browser: Chrome(114.0.5735.198)
  • Extension: 0.25
<!-- gh-comment-id:1628456283 --> @catch-songcs commented on GitHub (Jul 10, 2023): this issue keeps occurring but it fixed when I restart application - OS: macOS Ventura(13.4.1) - Browser: Chrome(114.0.5735.198) - Extension: 0.25
Author
Owner

@lcdss commented on GitHub (Jul 13, 2023):

Same here on firefox and latest version of everything; every request is made twice, but after restarting the browser it back to work as expected.

<!-- gh-comment-id:1634766203 --> @lcdss commented on GitHub (Jul 13, 2023): Same here on firefox and latest version of everything; every request is made twice, but after restarting the browser it back to work as expected.
Author
Owner

@cabralski commented on GitHub (Aug 24, 2023):

I am having the same problem, sometimes it sends exactly three times. When it happens, I CTRL + SHIFT + R, and it stops sending the POST requests thrice.

  • OS: Ubuntu 20.04.6 LTS x86_64.
  • Browser: Google Chrome, Version 115.0.5790.170 (Official Build) (64-bit).
<!-- gh-comment-id:1692268098 --> @cabralski commented on GitHub (Aug 24, 2023): I am having the same problem, sometimes it sends exactly three times. When it happens, I <kbd>CTRL</kbd> + <kbd>SHIFT</kbd> + <kbd>R</kbd>, and it stops sending the POST requests thrice. * OS: Ubuntu 20.04.6 LTS x86_64. * Browser: Google Chrome, Version 115.0.5790.170 (Official Build) (64-bit).
Author
Owner

@tiller commented on GitHub (Aug 29, 2023):

Hoppscrotch 2023.4.8 installed as PWA on Chromium 116.0.5845.110 running on Ubuntu 22.04.
With browser extension 0.25 enabled, a single click to my POST query leads to 2 calls :
image

Not gonna lie, that's kind of a deal breaker for me... especially when the issue is 2+ years old...

Query is:

curl --request POST \
  --url https://.../.../api/quote/c52a3495-39c1-4066-a1a4-bbff189f9330/import \
  --header 'Authorization: ...' \
  --header 'X-...-sessionId: 1ebeb0da-b52a-40c1-a72f-0df7d40b92d7' \
  --header 'content-type: multipart/form-data' \
  --form importFile=@importFile \
  --form updatePolicy=MERGE \
  --form matchOnRowId=true

With an excel file as "importFile".

And as for @cabralski, refreshing the page fixed the issue (for now)

<!-- gh-comment-id:1696873852 --> @tiller commented on GitHub (Aug 29, 2023): Hoppscrotch 2023.4.8 installed as PWA on Chromium 116.0.5845.110 running on Ubuntu 22.04. With browser extension 0.25 enabled, a single click to my POST query leads to 2 calls : ![image](https://github.com/hoppscotch/hoppscotch/assets/831119/c9b68068-5abf-4538-8669-bb2a173a6deb) Not gonna lie, that's kind of a deal breaker for me... especially when the issue is 2+ years old... Query is: ``` curl --request POST \ --url https://.../.../api/quote/c52a3495-39c1-4066-a1a4-bbff189f9330/import \ --header 'Authorization: ...' \ --header 'X-...-sessionId: 1ebeb0da-b52a-40c1-a72f-0df7d40b92d7' \ --header 'content-type: multipart/form-data' \ --form importFile=@importFile \ --form updatePolicy=MERGE \ --form matchOnRowId=true ``` With an excel file as "importFile". And as for @cabralski, refreshing the page fixed the issue (for now)
Author
Owner

@Spotnyk commented on GitHub (Nov 2, 2023):

I just spent two hours trying to debug why my code was doing this; eventually narrowing it down to hopscotch.

Three things:

  1. Force quitting and restarting the app resolved it.
  2. I've only had hoppscotch for about a month, so this is a new install.
  3. It's likely been open for a week straight when this happened.

OS: Windows 11 64bit
Interceptor: Chrome v0.25 / (Chrome 118.0.5993.118)
Method: POST
URL: https://partner-dev-spot.domain.com/ingest/<<spotAuthHash>>
Headers: application/json
Payload:

{
  "rawId": "rpl-usf-27efcf83-1f5e",
  "orderNumber": "BF46305",
  "orderUniqueId": "BF46305111",
  "shopifyShopId": 123123123123,
  "email": "person@gmail.com",
  "reference": "This is a reference string",
  "items": [
    "9991",
    "9992",
    "9993",
    "9994",
    "9995",
    "9996",
    "9997"
  ]
}

(not the cleanest setup, but the requesting source is archaic; requiring some odd choices 😅 )

<!-- gh-comment-id:1791398087 --> @Spotnyk commented on GitHub (Nov 2, 2023): I just spent two hours trying to debug why my code was doing this; eventually narrowing it down to hopscotch. Three things: 1. Force quitting and restarting the app resolved it. 2. I've only had hoppscotch for about a month, so this is a new install. 3. It's likely been open for a week straight when this happened. OS: Windows 11 64bit Interceptor: Chrome v0.25 / (Chrome 118.0.5993.118) Method: `POST` URL: `https://partner-dev-spot.domain.com/ingest/<<spotAuthHash>>` Headers: `application/json` Payload: ```json { "rawId": "rpl-usf-27efcf83-1f5e", "orderNumber": "BF46305", "orderUniqueId": "BF46305111", "shopifyShopId": 123123123123, "email": "person@gmail.com", "reference": "This is a reference string", "items": [ "9991", "9992", "9993", "9994", "9995", "9996", "9997" ] } ``` (_not_ the cleanest setup, but the requesting source is archaic; requiring some odd choices 😅 )
Author
Owner

@kiranmurali93 commented on GitHub (Nov 6, 2023):

Having the same issue

OS: Mac OS 14
Browser: Firefox
Extension Version: 0.25

For me its sending 2 request irrespective of the method of the request.

<!-- gh-comment-id:1794523863 --> @kiranmurali93 commented on GitHub (Nov 6, 2023): Having the same issue OS: Mac OS 14 Browser: Firefox Extension Version: 0.25 For me its sending 2 request irrespective of the method of the request.
Author
Owner

@prom00 commented on GitHub (Nov 10, 2023):

I'm getting 2 requests server side too. Only 1 in the hoppscotch history tab.
While debugging, the complete request is incoming twice on our REST NestJS server.

OS: Windows 11 Pro Version: 10.0.22621 Build 22621
Browser Chrome Version: 119.0.6045.106
Extension version: 0.25

The CTRL + SHIFT + R from @cabralski fixed my issues too.
I've tried to get double requests again, but can't seem to reproduce it yet.

<!-- gh-comment-id:1805237089 --> @prom00 commented on GitHub (Nov 10, 2023): I'm getting 2 requests server side too. Only 1 in the hoppscotch history tab. While debugging, the complete request is incoming twice on our REST NestJS server. OS: Windows 11 Pro Version: 10.0.22621 Build 22621 Browser Chrome Version: 119.0.6045.106 Extension version: 0.25 The `CTRL` + `SHIFT` + `R` from @cabralski fixed my issues too. I've tried to get double requests again, but can't seem to reproduce it yet.
Author
Owner

@cabralski commented on GitHub (Nov 11, 2023):

This problem, sadly, had to made me stop using Hoppscotch and use another HTTP client instead. 😓

<!-- gh-comment-id:1806855117 --> @cabralski commented on GitHub (Nov 11, 2023): This problem, sadly, had to made me stop using Hoppscotch and use another HTTP client instead. 😓
Author
Owner

@prom00 commented on GitHub (Nov 13, 2023):

And today we have the same issue. Looks like it happens due to the origin being "gone" from the hoppscotch chrome plugin:
image

Our remote origin was missing again this morning. I then readded it. Now when I do requests, I get 2 requests again.

We have the directory where hoppscotch is hosted secured with basic folder authentication, to prevent everyone from registering or seeing our data.

Doing a CTRL + SHIFT + R again, resolved the double requests again.

<!-- gh-comment-id:1807560332 --> @prom00 commented on GitHub (Nov 13, 2023): And today we have the same issue. Looks like it happens due to the origin being "gone" from the hoppscotch chrome plugin: ![image](https://github.com/hoppscotch/hoppscotch/assets/46184489/45b00608-5dfa-458a-8b41-8060a3e6cb4b) Our remote origin was missing again this morning. I then readded it. Now when I do requests, I get 2 requests again. We have the directory where hoppscotch is hosted secured with basic folder authentication, to prevent everyone from registering or seeing our data. Doing a `CTRL` + `SHIFT` + `R` again, resolved the double requests again.
Author
Owner

@dakujem commented on GitHub (Jan 10, 2024):

Interesting... this was happening to me too in Firefox/Windows. All the requests had been duplicated. I got here while searching.

The issue is gone after hard-reloading the site. 🤷‍♂️

<!-- gh-comment-id:1885086889 --> @dakujem commented on GitHub (Jan 10, 2024): Interesting... this was happening to me too in Firefox/Windows. All the requests had been duplicated. I got here while searching. The issue is gone after hard-reloading the site. 🤷‍♂️
Author
Owner

@david1542 commented on GitHub (Jan 10, 2024):

This happens to me to :( It sends 2 requests when I send POST requests. I'm on Google Chrome

<!-- gh-comment-id:1885882227 --> @david1542 commented on GitHub (Jan 10, 2024): This happens to me to :( It sends 2 requests when I send POST requests. I'm on Google Chrome
Author
Owner

@kdomic commented on GitHub (Jan 12, 2024):

Do we know how to fix this? We have the same problem. Most of the time everything works fine, but at some random points it starts sending 2/3/4 requests on one call. If someone has a suggestion on how to fix this, we need it as soon as possible. Thanks.

<!-- gh-comment-id:1888828927 --> @kdomic commented on GitHub (Jan 12, 2024): Do we know how to fix this? We have the same problem. Most of the time everything works fine, but at some random points it starts sending 2/3/4 requests on one call. If someone has a suggestion on how to fix this, we need it as soon as possible. Thanks.
Author
Owner

@liyasthomas commented on GitHub (Jan 12, 2024):

@kdomic as per this comment: https://github.com/hoppscotch/hoppscotch/issues/1426#issuecomment-1885086889, can you try reloading and see if the issue persists?

<!-- gh-comment-id:1888882463 --> @liyasthomas commented on GitHub (Jan 12, 2024): @kdomic as per this comment: https://github.com/hoppscotch/hoppscotch/issues/1426#issuecomment-1885086889, can you try reloading and see if the issue persists?
Author
Owner

@prom00 commented on GitHub (Jan 12, 2024):

@kdomic as per this comment: #1426 (comment), can you try reloading and see if the issue persists?

The reload is only a temporary fix and needs to be done everytime the issue occurs again.

<!-- gh-comment-id:1888976983 --> @prom00 commented on GitHub (Jan 12, 2024): > @kdomic as per this comment: [#1426 (comment)](https://github.com/hoppscotch/hoppscotch/issues/1426#issuecomment-1885086889), can you try reloading and see if the issue persists? The reload is only a temporary fix and needs to be done everytime the issue occurs again.
Author
Owner

@kdomic commented on GitHub (Jan 15, 2024):

Unfortunately reload did not help. But if it did, that is not a fix for this problem. That is just a temporary solution. We need a fix so that we don't get this error randomly. After some time this problem disappears so that we can use HS right now. But at any point this can be a problem again.

<!-- gh-comment-id:1892295836 --> @kdomic commented on GitHub (Jan 15, 2024): Unfortunately reload did not help. But if it did, that is not a fix for this problem. That is just a temporary solution. We need a fix so that we don't get this error randomly. After some time this problem disappears so that we can use HS right now. But at any point this can be a problem again.
Author
Owner

@928597712 commented on GitHub (Jan 23, 2024):

I found a very strange way to reproduce it.Using Chrome (it does not reproduce with Edge, I haven't tried with Firefox), adding the URL to the "bookmark bar" (it doesn't reproduce when added to "bookmarks"), and then clicking the added bookmark to enter the website, clicking "send" will trigger this issue.If you refresh the website with F5 midway, it will return to normal. The issue only occurs when entering the website through the bookmark bar.

<!-- gh-comment-id:1905610203 --> @928597712 commented on GitHub (Jan 23, 2024): I found a very strange way to reproduce it.Using Chrome (it does not reproduce with Edge, I haven't tried with Firefox), adding the URL to the "bookmark bar" (it doesn't reproduce when added to "bookmarks"), and then clicking the added bookmark to enter the website, clicking "send" will trigger this issue.If you refresh the website with F5 midway, it will return to normal. The issue only occurs when entering the website through the bookmark bar.
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#461
No description provided.