Internal Server Error
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
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 👌👍
Thanks for reaching out, @SBenoit . The issue has been resolved.
Thank you, I can confirm it's running normally (even with the slower response times...). Changes must be brewing!