Error - Generate Image - Google Models

Self hosted environment. Updated to 0.73.0 and Google image generation is now broken.

Docker Logs show this when trying to refresh model list:

activepieces | [HttpClient#(sanitized error message)] Request failed: HttpError: {“response”:{“status”:500,“body”:{“statusCode”:500,“error”:“Internal Server Error”,“message”:“Cannot read properties of undefined (reading ‘map’)”}},“request”:{}}
activepieces | at AxiosHttpClient. (/usr/src/app/cache/v7/common/node_modules/packages/pieces/community/common/src/lib/http/axios/axios-http-client.ts:68:28)
activepieces | at Generator.throw ()
activepieces | at rejected (/usr/src/app/cache/v7/common/node_modules/.bun/[email protected]/node_modules/tslib/tslib.js:167:69)
activepieces | at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
activepieces | requestBody: undefined,
activepieces | status: 500,
activepieces | responseBody: {
activepieces | statusCode: 500,
activepieces | error: ‘Internal Server Error’,
activepieces | message: “Cannot read properties of undefined (reading ‘map’)”
activepieces | }
activepieces | }
activepieces | HttpError: {“response”:{“status”:500,“body”:{“statusCode”:500,“error”:“Internal Server Error”,“message”:“Cannot read properties of undefined (reading ‘map’)”}},“request”:{}}
activepieces | at AxiosHttpClient. (/usr/src/app/cache/v7/common/node_modules/packages/pieces/community/common/src/lib/http/axios/axios-http-client.ts:68:28)
activepieces | at Generator.throw ()
activepieces | at rejected (/usr/src/app/cache/v7/common/node_modules/.bun/[email protected]/node_modules/tslib/tslib.js:167:69)
activepieces | at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
activepieces | requestBody: undefined,
activepieces | status: 500,
activepieces | responseBody: {
activepieces | statusCode: 500,
activepieces | error: ‘Internal Server Error’,
activepieces | message: “Cannot read properties of undefined (reading ‘map’)”
activepieces | }
activepieces | }

Hi @Tom_Heiber

It will be fixed in the next version (0.73.1), we will release it soon :smiley:

1 Like

With version 0.74 the ability to include reference images for AI image generation is no longer available. Will that be fixed too?