Skip to content

Commit 674d2f6

Browse files
committed
Add troubleshooting for auth timeout
1 parent 89469dd commit 674d2f6

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,21 @@ your Firebase project (as described below).
179179
* Delete references to `generativelanguage.googleapis.com`, including the
180180
`google_service_usage_consumer_quota_override` resource entry in `main.tf`.
181181

182+
## Troubleshooting
183+
184+
```
185+
Error when reading or editing Project "<project-id>": Get "https://cloudresourcemanager.googleapis.com/v1/projects/<project-id>?alt=json&prettyPrint=false":
186+
compute: Received 500
187+
```
188+
189+
This is because authentication timed-out. To resolve,
190+
191+
1. Open a new terminal
192+
1. Run `terraform apply --auto-approve` in the terminal, click continue when prompted again to login
193+
1. Wait till the command completes
194+
1. Reload the web preview if necessary
195+
196+
182197
## Docs
183198

184199
* [Firebase Support](https://firebase.google.com/support)

0 commit comments

Comments
 (0)