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
Invalid header name or value: "["�",["Keys"]]". Per the Fetch specification, the Headers class may only accept header names and values which contain 8-bit characters. That is, they must not contain any Unicode code points greater than 0xFF. As a quirk, we are encoding this string in UTF-8 in the header, but in a browser this would result in a TypeError exception. Consider encoding this string in ASCII for compatibility with browser implementations of the Fetch specification.
The text was updated successfully, but these errors were encountered:
I'm not 100% certain that this will cause issues in production, but this change
eaf73a2#diff-5cd6061dc976728ee25d4ddb3302dddcaffd5ddd0846ffd06f96bde8bdad1331R58
causes Wrangler to complain about invalid header values when the payload sent to the DO contains Unicode characters:
The text was updated successfully, but these errors were encountered: