Skip to content

More than 15 grocery request can't be loaded to client #9

@RoyalSWiSH

Description

@RoyalSWiSH

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); })

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions