Replies: 1 comment 3 replies
-
You don't need to review your routes. Just follow the documentation that is mentioned in the error message and this will work for all routes. You don't have anything else to do, it should "just work" once you follow the steps. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a reccuring error in my logs, but I can't manage to find the corresponding URL that leads to this error :
I understand that this error is because one of my routes returns some binary data that should be encoded, but my app has more than 200 routes, and I'm not willing to review them one after each ;)
Is there a way to get the corresponding url of the RequestId which is stored in CloudWatch ?
Or perhaps temporarly increase the verbose level of logs to track where does this error come from ?
Thanks ;)
Beta Was this translation helpful? Give feedback.
All reactions