Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
React App - Queueing State
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="JayC" data-source="post: 484306" data-attributes="member: 36373"><p>I have an application that I've been running for awhile. I can't find any changes in my git history that would explain this issue. I haven't changed any configuration on the server either.</p><p></p><p>My react application will get hung up where requests are stuck in a "queueing" state for 2-10 seconds. It doesn't happen every time. It is random requests, not necessarily the same ones.</p><p></p><p>For example, there is a search box I have that looks up some records in the database. When I press search it only re-renders the page one time to add a spinner. There is only one API request sent, and that's the only thing in the network tab of chrome dev tools. If I search 30 times in a row, 2-3 of those requests may get stuck "queueing" and then 1 may result in a network error due to the response not being returned before the timeout of the browser.</p><p></p><p>Has anyone experienced an issue with queueing requests like this?</p><p>[automerge]1735663862[/automerge]</p><p>This is my cors configuration</p></blockquote><p></p>
[QUOTE="JayC, post: 484306, member: 36373"] I have an application that I've been running for awhile. I can't find any changes in my git history that would explain this issue. I haven't changed any configuration on the server either. My react application will get hung up where requests are stuck in a "queueing" state for 2-10 seconds. It doesn't happen every time. It is random requests, not necessarily the same ones. For example, there is a search box I have that looks up some records in the database. When I press search it only re-renders the page one time to add a spinner. There is only one API request sent, and that's the only thing in the network tab of chrome dev tools. If I search 30 times in a row, 2-3 of those requests may get stuck "queueing" and then 1 may result in a network error due to the response not being returned before the timeout of the browser. Has anyone experienced an issue with queueing requests like this? [automerge]1735663862[/automerge] This is my cors configuration [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
React App - Queueing State
Top