You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that successive requests to the backend's PostsRoute at /posts will occasionally result in an empty response, but this does not always happen!
I'm not sure why this is happening, and it is extremely frustrating.
This bug causes some or all of the frontend components to fail. We'll either see the posts and an empty post-by-month list or vice versa. HOWEVER, sometimes everything works as it should.
Workaround:
Refreshing the heck out of the home page until things show up. This is unacceptable! 😠
The text was updated successfully, but these errors were encountered:
Update: From what I can tell, this appears to be caused by multiple requests being sent simultaneously by the browser to the backend's /posts route.
The developer console shows the requests sent out by the Post and MonthList components to be at the exact same time. It remains to be seen if this a result of running a local dev environment.
With that being said:
Determine if latency over-the-wire affects behavior in a positive way.
Affected Components:
Description:
It seems that successive requests to the backend's PostsRoute at
/posts
will occasionally result in an empty response, but this does not always happen!I'm not sure why this is happening, and it is extremely frustrating.
This bug causes some or all of the frontend components to fail. We'll either see the posts and an empty post-by-month list or vice versa. HOWEVER, sometimes everything works as it should.
Workaround:
Refreshing the heck out of the home page until things show up. This is unacceptable! 😠
The text was updated successfully, but these errors were encountered: