More than 15 grocery request can't be loaded to client
Opened this issue · 0 comments
RoyalSWiSH commented
In this code that.groceryRequests = resp.data
fails when there are more than 17 grocery requests. I currently limited number of requests to 10 in the SQL on the server to avoid this.
this.axios({ method: 'get', url: url, }).then(resp => { //Bug: apparantly this doesnt work when there are more than 17 grocery requests that.groceryRequests = resp.data that.serverFailure = false console.log(resp.data); })