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:
- On the listed repo, click “Set Up Project”
- Select “Fastest”: Use the .circleci/config.yml in my repo, and add the branch (main, the only branch in my repo)
- Receive confirmation on the modal my config exists “.circleci/config.yml found on this branch”, so I click “Set Up Project”
- 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”
- The next screen has sample configs, so I say “Skip this step”
- 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?