Cannot decode byte '\xef': Data.Text.Internal.Encoding.decodeUtf8: Invalid UTF-8 stream #1946
-
Description of issue(Expected behavior vs actual behavior) and the postgrest will emit errors :
but from the postgres we can't find any logs. if there any configuration that could fix this error, so we could display the actual problem? it seems like some decoding problem for the messages. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
We had a similar issue on #1585. That one was fixed on v8.0.0, could you try upgrading and see if that fixes the problem? |
Beta Was this translation helpful? Give feedback.
-
This might be related to
|
Beta Was this translation helpful? Give feedback.
-
to upgrade to v8.0.0 , it seems there are some broken changes for the api backend, it might require some extra work for the upgrade. we will double check with that. |
Beta Was this translation helpful? Give feedback.
-
One more note regarding your request URI / query: When using the |
Beta Was this translation helpful? Give feedback.
One more note regarding your request URI / query: When using the
like.
/ilike.
operators, you have to replace%
with*
, see the docs. Pretty sure you don't have to upgrade to fix this.