Invalid patch when trying to sync changes from base environment

11 Replies

project id: 004e54e7-64a6-467d-960d-379e6d29e925
env: 863733ef-0852-4eae-8969-095ca2bf49f1

trying to sync env from staging: 3b4a2665-b591-4f42-9172-5e7bc381ecdd


brody
EMPLOYEE

a year ago

Hey, is this still an issue, we recently pushed a change to fix something that would cause that error


i'll see if it still happens during the week, sometimes it broke sometimes not


brody
EMPLOYEE

a year ago

sounds good!


passos
MODERATOROP

10 months ago

i'm still getting the same error

1356305904869314600


brody
EMPLOYEE

10 months ago

can you get the api reponse from that call?


passos
MODERATOROP

10 months ago

{
    "errors": [
        {
            "message": "Invalid patch",
            "locations": [
                {
                    "line": 2,
                    "column": 3
                }
            ],
            "path": [
                "environmentStageChanges"
            ],
            "extensions": {
                "code": "INTERNAL_SERVER_ERROR"
            },
            "traceId": "5533840160134990015"
        }
    ],
    "data": null
}

jr
EMPLOYEE

10 months ago

could you please also share the API request


passos
MODERATOROP

10 months ago

there's sensitive data there, can you use my environment to reproduce it?
https://railway.com/project/004e54e7-64a6-467d-960d-379e6d29e925?environmentId=3b4c9a2d-f743-41e0-934e-fadffbf44c61

go to sync, select the staging environment and wait until invalid patch is shown (do not apply the changes)


jr
EMPLOYEE

10 months ago

got it, perfect ty


jr
EMPLOYEE

10 months ago

fix incoming


Loading...