Options

Internal Server Error

SBenoitSBenoit Member Posts: 48 ✭✭

Hey guys!

Is there an issue with the public Wave GraphQL server? I've been getting this (clearly basic JavaScript) error, even though my invoices are being created normally as per usual:

{ "errors": [ { "extensions": { "id": "cbfeb044-2dd0-4ad6-a0b9-9fcf00bba5ac", "code": "INTERNAL_SERVER_ERROR" }, "message": "Cannot read property 'find' of undefined", "locations": [ { "line": 142, "column": 1 } ], "path": [ "invoiceCreate", "invoice", "items", 0, "product", "incomeAccount" ] } ], "data": { "invoiceCreate": { "didSucceed": true, "inputErrors": null, "invoice": {} } } }

Comments

  • Options
    SBenoitSBenoit Member Posts: 48 ✭✭

    Well, whatever you changed seems to have made some big performance improvements because simple queries that used to take 2-3 seconds now takes a proper 250ms 👌👍

  • Options
    KieronBKieronB Member Posts: 20 admin

    Thanks for reaching out, @SBenoit . The issue has been resolved.

  • Options
    SBenoitSBenoit Member Posts: 48 ✭✭

    Thank you, I can confirm it's running normally (even with the slower response times...). Changes must be brewing!

Sign In or Register to comment.