Insert your frontend hostname into the database to configure threadUrl
.
Script:
UPDATE settings SET VALUE = 'localhost:8080' WHERE key='ext.api.frontend_url'
Currently, you may encounter the media-upload-error when sending WhatsApp messages with attachments via the API. This error occurs when WhatsApp is unable to download the attachment from your server.
We are investigating this issue with WhatsApp and working on a resolution.
Insert your frontend hostname into the database to configure threadUrl
.
Script:
UPDATE settings SET VALUE = 'localhost:8080' WHERE key='ext.api.frontend_url'