Projection deletion in UI not working due to missing CORS policy

I’m very happy to see the project deletion feature integrated! You can find it in the UI, but clicking on delete project fails after a couple of seconds:

Access to fetch at ‘https://circleci.com/api/v2/project/circleci/’ from origin ‘https://app.circleci.com’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.

It’s missing a CORS policy for the UI origin.

Oh and it’s not working via the API either at the moment:

{

"message": "An internal server error occurred."

}

Hi Conrad, PM at CircleCI here.
Could you try again and let me know if you still experience the issue? I’ve tried on my end and I’m able to delete a project correctly.

1 Like

Hi @Benny , I’ve just tried it again and it’s working fine now!

Thanks.

2 Likes

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