TLDR hasanbasri93 encounters an error upon hitting the API via Docker and beta 3 Chatwoot. sojan_official requests backend logs for diagnostics, no resolution provided yet.
i'm using docker and the beta 3 chatwoot
and hit to api the respond like this
log from rail
i still getiing error here sojan_official
No. I using docker using image from docker hub
could you share the logs from backend ?
`// filtering out the whatsapp templates with media if (messagesTemplates instanceof Array) { return messagesTemplates.filter(template => { return !template.components.some( i => i.format === 'IMAGE' || i.format === 'VIDEO' ); }); } return [];` error here, return !template.components.some( https://github.com/chatwoot/chatwoot/blob/04287a09244f6eb708032ebe36e3baa072003389/app/javascript/dashboard/store/modules/inboxes.js#L70
and here the log from browser console
`vue.common.prod.js:659 TypeError: Cannot read properties of null (reading 'some')
at inboxes.js:70:37
at Array.filter (
How to get it?
From db tabel?
hai sojan_official
hasanbasri93 you can look into the browser (chrome ) network tab and take a note of the response for /inboxes call. the payload will contain the templates
hasanbasri93
Wed, 02 Aug 2023 07:03:18 UTChi sojan_official i need help, got error