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: docs/guides/USER_GUIDE.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,26 +25,33 @@ The Task API uses Amazon Cognito for authentication. Self-signup is disabled; an
25
25
26
26
### Get stack outputs
27
27
28
-
After deployment, retrieve the API URL and Cognito identifiers:
28
+
After deployment, retrieve the API URL and Cognito identifiers. Set `REGION` to the AWS region where you deployed the stack (for example `us-east-1`). Use the same value for all `aws` and `bgagent configure` commands below — a mismatch often surfaces as a confusing Cognito “app client does not exist” error.
0 commit comments