CircleCI - Pipeline API - Internal Server Error

Hi,

I have been creating jobs on circle today using the pipelines API to pass in parameters. Without any changes, its suddenly starting returning “Internal server errors”.

I don’t see any incidents raised for this, is it possible to find out more details.

Url - https://circleci.com/api/v2/project/gh/orgName/projectName/pipeline

content-type:application/json
date:Wed, 30 Jun 2021 14:58:47 GMT
server:nginx
strict-transport-security:max-age=15724800
x-request-id:5285bd91-bd2a-4e23-bcf6-755499d27580
content-length:48
connection:keep-alive

{“message”:“An internal server error occurred.”}

1 Like

Resolved this issue. The cause is still unknown.

The request worked when using Curl, HttpClient (C#) and Postman, so its not a circle ci issue.

The issue seemed to be specific to the test app i was using “Advanced REST Client”, which was working yesterday morning, but still produces this error. The client works fine with Github API which made me think it was CircleCI specific, but that doesn’t seem to be the case.

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

Thank you for posting an update - I’ll definitely keep my eyes open for any similar issues.