PSQLException: ERROR: invalid byte sequence for encoding "UTF8": 0x00 Where: unnamed portal parameter $4 #6408
Unanswered
anoopvarma-2000-p
asked this question in
Q&A
Replies: 1 comment
-
You are probably going to need to post the sample channel that replicates this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In my mirth connect (version 4.5.2), I have an HTTP Listener as source and I have 2 API end points managed by code in the transformer.
The source HTTP listener settings are:
When I try to access the API from postman, I get the following error:
The server log shows 2 exceptions as given below:
While searching for this issue, I saw a suggestion to use
msg.replace(/\x00/g, ""); // Remove NULL bytes
in the transformer.I have tried this, but the issue still exists.
Please help to find out the issue.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions