fix: errors in GraphQL do not show the original error but a general Unexpected Error (#8045)
This commit is contained in:
@@ -38,6 +38,7 @@ class ParseGraphQLServer {
|
||||
config,
|
||||
auth,
|
||||
}),
|
||||
maskedErrors: false,
|
||||
multipart: {
|
||||
fileSize: this._transformMaxUploadSizeToBytes(
|
||||
this.parseServer.config.maxUploadSize || '20mb'
|
||||
|
||||
Reference in New Issue
Block a user