Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Error retrieving build #22

Open
nano6yt3 opened this issue Aug 18, 2023 · 1 comment
Open

Error: Error retrieving build #22

nano6yt3 opened this issue Aug 18, 2023 · 1 comment

Comments

@nano6yt3
Copy link

Hi,

I was able to run pass this point the first time I ran the setup manually not using the docker container. But, this second time I encounter the following problem. There is no app in Heroku since I removed it manually after the first setup broke after this point.

╷
│ Error: Error retrieving build: Get "https://api.heroku.com/apps/f6cac79c8": You do not have the required access to the app f6cac..3363
│
│   with module.heroku.heroku_build.of_cors,
│   on heroku/main.tf line 25, in resource "heroku_build" "of_cors":
│   25: resource "heroku_build" "of_cors" {
│
│ Error: Error retrieving domain: Get "https://api.heroku.com/apps/f6cac7e12": Couldn't find that app.
│
│   with module.heroku.heroku_domain.top_domain["example.com"],
│   on heroku/main.tf line 41, in resource "heroku_domain" "top_domain":
│   41: resource "heroku_domain" "top_domain" {
│
│ Error: Error retrieving domain: Get "https://api.heroku.com/apps/f6cac868f9c0": Couldn't find that app.
│
│   with module.heroku.heroku_domain.wild_sub_domain["example.com"],
│   on heroku/main.tf line 47, in resource "heroku_domain" "wild_sub_domain":
│   47: resource "heroku_domain" "wild_sub_domain" {
│
make: *** [deploy_infrastructure] Error 1```

Are you able to offer any guidance?  ty
@nano6yt3
Copy link
Author

Solution: Remove terraform.tfstate file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant