Skip to content
Snippets Groups Projects
Commit 72a6325f authored by Steve Wirt's avatar Steve Wirt
Browse files

Issue #3442093 by swirt: Errors are truncated, making it hard to know what is happening

parent 35b4c6bf
No related branches found
No related tags found
No related merge requests found
......@@ -105,3 +105,9 @@ for everyone. It is mainly for developers to be able to see why sending a
specifc item is failing. The queue item shows the API payload in the exact form
it is sent, so that nothing gets hidden or covered up. It is mainly a debugging
tool, or a quick way to monitor that the queue is running.
### When I have errors, I see the exception, why is it too truncate?
This limitation comes from Guzzle. The only workaround I have found is to
check the php logs and find the actual error. Another option is to make the same
request directly (not using Drupal) and see the actual result. Postman can be
very handy for this.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment