Normally GET is used to list data. I had a similar problem with real-time data working with REACT and PHP. The solution was to change the GET to POST and it worked. I hope this little tip helps you.