You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are getting errors when the webhook fires and receives a response body containing emojis, specifically : [273218] Sending webhook “ISR cache bust Entries” (attempt: 2, pid: 249507) - Error (time: 3.632s): SQLSTATE[HY000]: General error: 1366 Incorrect string value: '\xF0\x9F\x93\x8D O...' for column 'responseBody' at row 1
Steps to reproduce
create webhook that requests a page with emojis in the body
trigger webhook
Additional info
Craft version: 4.5.11.1
PHP version: 8.2.1
Database driver & version: MySQL 5.7.42
Plugins & versions: Webhooks 3.0.5
The text was updated successfully, but these errors were encountered:
Description
We are getting errors when the webhook fires and receives a response body containing emojis, specifically :
[273218] Sending webhook “ISR cache bust Entries” (attempt: 2, pid: 249507) - Error (time: 3.632s): SQLSTATE[HY000]: General error: 1366 Incorrect string value: '\xF0\x9F\x93\x8D O...' for column 'responseBody' at row 1
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: