I cannot add projects to new organization

I just gave permissions to my circleci account to have access to a new organization. When I try to set up a new project from this organization, which already has a fully developed config.yml, I cannot add the project.

Steps taken:

  1. On the listed repo, click “Set Up Project”
  2. Select “Fastest”: Use the .circleci/config.yml in my repo, and add the branch (main, the only branch in my repo)
  3. Receive confirmation on the modal my config exists “.circleci/config.yml found on this branch”, so I click “Set Up Project”
  4. The next screen looks like the traditional pipelines screen but asks me to “Set up configuration to start running pipelines”, so I click “Set Up Configuration”
  5. The next screen has sample configs, so I say “Skip this step”
  6. On the screen that follows I then click “Use Existing Config”, which opens a modal. I click “Start Building” on that modal, and I get the error “something went wrong. Please try again.”

I’ve tried this workflow 10 times. Tried logging in/out 4-5 times, but can’t seem to add the project.

I get the following errors in the console:

"isTrusted": true
"Uncaught TypeError: Failed to execute 'importScripts' on 'WorkerGlobalScope': Module scripts don't support importScripts()."

I have used this config and site set up at least 10 times on my personal repo and it just works. Not sure why it is not working now that I am trying to run it under an organization.

Thoughts?

My organization did not have Deploy Keys enabled.

1 Like

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