AdobeDocs / adobe-dev-console

Apache License 2.0
21 stars 123 forks source link

Issue editing web oauth credential #110

Closed dougbyrne closed 5 months ago

dougbyrne commented 1 year ago

Expected Behaviour

Edits to oauth redirect urls are saved

Actual Behaviour

An error is returned. The response from the server is

{
    "errors": [
        {
            "message": "Variable \"$input\" got invalid value { redirectUriList: [\"REDACTED\"], defaultRedirectUri: \"REDACTED\", domain: null, platform: \"Web\" }; Field name of required type String! was not provided.",
            "locations": [
                {
                    "line": 1,
                    "column": 69
                }
            ],
            "extensions": {
                "code": "BAD_USER_INPUT"
            }
        },
        {
            "message": "Variable \"$input\" got invalid value { redirectUriList: [\"REDACTED\"], defaultRedirectUri: \"REDACTED\", domain: null, platform: \"Web\" }; Field description of required type String! was not provided.",
            "locations": [
                {
                    "line": 1,
                    "column": 69
                }
            ],
            "extensions": {
                "code": "BAD_USER_INPUT"
            }
        }
    ]
}

Reproduce Scenario (including but not limited to)

https://developer.adobe.com/console/projects/REDACTED/REDACTED/credentials/REDACTED/details

Steps to Reproduce

Platform and Version

Sample Code that illustrates the problem

Logs taken while reproducing problem

theManikJindal commented 5 months ago

Closing due to no activity. If the issue persists, please reach out through your support channels to get attention.