You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,21 @@ your Firebase project (as described below).
179
179
* Delete references to `generativelanguage.googleapis.com`, including the
180
180
`google_service_usage_consumer_quota_override` resource entry in `main.tf`.
181
181
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
0 commit comments