Custom error fields are not proxied
See original GitHub issueIn order to handle forms validation I’m going to use additional fields inside regular errors (to mention exact fields and failed validation rules), however looks like additional field are not proxied at all.
For example: original endpoint gives me response:
{
"errors": [
{
"message": "An unknown error occurred.",
"category": "auth",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"authUser"
]
}
],
"data": {
"authUser": null
}
}
e.g. with custom field category, and while proxying same query via faker - just
{
"data": {
"authUser": null
},
"errors": [
{
"message": "An unknown error occurred.",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"authUser"
]
}
]
}
So my custom category field is lost.
What do you think about proxying complete error?
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Custom error pages when using IIS as a reverse proxy
I've set up the custom error page in IIS but it's not serving it -- it's passing through the default 404 page from...
Read more >Error handling - Apollo GraphQL Docs
The GraphQL operation is not valid against the server's schema. ... You can create a custom errors and codes using the graphql package's...
Read more >Custom Error Page not showing with using AJP Proxy with ...
I am trying to access the page from an ISP that is not authorised. So it is fine that Forbidden is showing -...
Read more >enterprise service inbound proxy is not getting custom fields in ...
I can see proxy structure is generated with custom field. Isssue:When abap developer tests enterprise service in SPROXY transaction with test ...
Read more >Custom Error Handling For Applications - TechDocs
Custom error handling allows you to make error information ... as a proxy or reverse proxy server, the Apache Agent will not return...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

oops 🙈 , try
v1.6.2plz@caseycs Should be pretty easy to fix, I will try to fix it this weekend.