Does not reproduce in fda CLI due to different protocols used there.
- Start fraud-detection demo in web-console
- Run "select * from customer order by name limit 4000" query, observe it yields results as expected
- Open browser debug tools (F12), switch to the Network tab
- Run "select * from customer order by name limit 6000" query, observe the ad-hoc HTTP request made but not getting resolved
(currently reproducible in webconsole-arrow branch)
Does not reproduce in fda CLI due to different protocols used there.
(currently reproducible in
webconsole-arrowbranch)