Er is een fout opgetreden bij het laden van deze pagina, probeer het later opnieuw of neem contact op met de klantenservice.
Technical information
GraphQL Error (Code: 502): {"response":{"error":"<html><body><h1>502 Bad Gateway</h1>\nThe server returned an invalid or incomplete response.\n</body></html>\n","status":502},"request":{"query":"\n\nfragment productFields on ProductObjectType {\n\t_id\n\tid\n\timageUrl\n\tname {\n\t\tlanguage\n\t\tvalue\n\t}\n\tdescription {\n\t\tlanguage\n\t\tvalue\n\t}\n\tallergens\n\thasNutritionalInformation\n\tnutritionalInformation {\n\t\tenergy\n\t\tfat\n\t\tsaturatedFat\n\t\tcholesterol\n\t\tcarbohydrate\n\t\tfiber\n\t\tsugars\n\t\taddedSugars\n\t\tprotein\n\t\tsalt\n\t}\n\tunitType\n}\n\nfragment reservationFields on WoytiReservationObjectType {\n _id\n id\n status\n isVendingReservation\n vendingProducts {\n\t\tproduct {\n\t\t\t...productFields\n\t\t\tincludedProducts {\n\t\t\t product {\n\t\t\t \t...productFields\n\t\t\t }\n\t\t\t amount\n\t\t }\n\t }\n\t amount\n }\n\tvendingTotalPrice\n\tvendingDiscount\n}\n\n\n\nfragment shopFields on WoytiShopObjectType {\n _id\n name\n phonenumber\n email\n vendingPickupTime\n woytiReservationsCount\n address {\n\t street\n\t streetNumber\n\t zipcode\n\t city\n\t state\n\t country\n }\n organisation {\n _id\n pathname\n logoUrl\n }\n webshopUrl\n}\n\n\nquery ShopQuery($id: ObjectId!, $shoppingCartItems: [ObjectId!]!) {\n getWoytiShopById(id: $id) {\n ...shopFields\n }\n\n getWoytiReservationsByShopId(shopId: $id, shouldReturnSoldReservations: true) {\n ...reservationFields\n }\n\n getWoytiShoppingCart(items: $shoppingCartItems, shopId: $id) {\n ...reservationFields\n }\n}\n","variables":{"id":"5fb67ada23096f6fc4a94e96","shoppingCartItems":[]}}}
ID: ffc5ec40b6c642759ed1d9680d2d49a9