Skip to content

Commit

Permalink
Leave a breadcrumb about where we are
Browse files Browse the repository at this point in the history
  • Loading branch information
mogul committed Mar 28, 2024
1 parent 0dc828a commit 5cff7d9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ applications:
SPIFFWORKFLOW_FRONTEND_RUNTIME_CONFIG_BACKEND_BASE_URL: "https://spiffworkflow-((randomish-route)).app.cloud.gov/api"
BACKEND_BASE_URL: "https://spiffworkflow-((randomish-route)).app.cloud.gov/api"
# We may need to set BACKEND_URL; see spiffworkflow-frontend/src/config/tsx:15-72

# WHERE WE STOPPED:
# spiffworkflow-backend/src/spiffworkflow_backend/routes/authentication_controller.py#L111-L112
# We are hitting: https://spiffworkflow-flamingo-stardust.app.cloud.gov/api/v1.0/login?redirect_url=https://spiffworkflow-flamingo-stardust.app.cloud.gov/&authentication_identifier=default
# We are seeing: {
# "error_code": "internal_server_error",
# "message": "InvalidRedirectUrlError: Invalid redirect url was given: 'https://spiffworkflow-flamingo-stardust.app.cloud.gov/'. It must match the domain the frontend is running on.",
# "status_code": 500
# }

# Other vars this image understands:
# CYPRESS_RECORD_KEY
Expand Down

0 comments on commit 5cff7d9

Please sign in to comment.