"You are testing actions that you created in project: [[ another project ]]"

230 Views Asked by At

I'm struggling to get a Google sample working.

I think I'm following the instructions correctly but now, when testing (in project-y), I receive a warning:

You are testing the Actions that you have created in project: project-x

I had previously used project-x but it has since been deleted. I've tried deleting the project and recreating, redeploy etc. but I'm entirely unable to avoid the error.

I'm unable to determine where project-y references project-x and how to correct this.

The only location where project-[x|y] are referenced is in ./sdk/setting/setting.yaml:

defaultLocale: en
localizedSettings:
  developerEmail:
  developerName:
  displayName: Updates sample
  fullDescription:
  privacyPolicyUrl:
  pronunciation: Updates sample
  shortDescription:
  smallLogoImage:
  termsOfServiceUrl:
projectId: project-y

When I gactions push and gactions preview deploy, both commands correctly reference project-y and the generated URLs correctly point to project-y:

gactions push
Pushing files in the project "project-y" to Actions Console. This may take a few minutes.
Sending configuration files...

gactions deploy preview
Deploying files in the project "project-y" to Actions Console for preview. This may take a few minutes.
Sending configuration files...

I've scoured the gactions config and the cloned directory for hidden configuration files but am unable to find any references to project-x.

If I search, the only reference I find is the single reference to project-y in the above YAML.

Actions Console: Test

1

There are 1 best solutions below

0
On

I have seen the same issue. In my case, it is because I used the same Display name for project-x and project-y. I hope you check your project's Display name on Develop tab in Actions Console and solve your issue.