-
Notifications
You must be signed in to change notification settings - Fork 27
Bug: New /project/project-slug/pipeline getting 404 #44
Comments
I have error even on POST requests: always results in project found message. The project is configured with pipelines. |
same here, opening URL in browser does yield the build history though. |
This sounds like you might have the wrong token. If you open the URL in the browser, it will authenticate using your session cookie (assuming you're logged in), which is why it works. I'd recommend double-checking the token you're supplying if you're getting 404s for projects that should be working. |
My bad, I've been trying to use Project Api token not a Personal Api Token. |
switched to using a personal token and still getting this error. this EXACT api call was working two days ago and now for no obvious reason it fails. |
What is the Problem?
I am seeing 404 "project not found" messages on new API endpoint
What was expected behavior?
I expected a 200/202 and listing of recent pipelines
Can you recreate it?
Yes. Using the API url in these docs, or the generated openAPI schema |
Below is curl snippets that can be used.
a few other v2 project APis like checkout keys work fine as well.
The text was updated successfully, but these errors were encountered: