I’m currently trying to delete some old tags from the container registry but I am getting this error Something went wrong while marking the tags for deletion.
Could you try to see that the returned error actually is? It may help to better identify the problem
What I’m talking about is what you can see on the request and response when you use the browser developer tools and go to the Network tab. When you click the button a new request should get made and there you should be able to see what the actual error is
I’m owner of the project but when I try to delete tags from the container registry, the resquest provides this response:
[
{
"data": {
"destroyContainerRepositoryTags": null
},
"errors": [
{
"message": "The resource that you are attempting to access does not exist or you don't have permission to perform this action",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"destroyContainerRepositoryTags"
]
}
]
}
]
Can it be due to the fact that the project is archived?
Thanks