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
Now that there is a link from a different FE app (appointments) directly to the claim details page it is clear that the call to the API to retrieve claim details for a single travel claim is not configured properly.
In staging, the FE is attempting to call: https://staging-api.va.gov/travel_pay/v0/claims/undefined
(i.e., the ID of the claim is not being pulled in from the URL params before the API call is being made)
Issue Description
Context
Now that there is a link from a different FE app (appointments) directly to the claim details page it is clear that the call to the API to retrieve claim details for a single travel claim is not configured properly.
In staging, the FE is attempting to call:
https://staging-api.va.gov/travel_pay/v0/claims/undefined
(i.e., the ID of the claim is not being pulled in from the URL params before the API call is being made)
Design
screenshot of the design
Impact
Notes
URL
va.gov URL here. Like: va.gov/my-health/travel_pay/status
Front end tasks
Acceptance Criteria
The text was updated successfully, but these errors were encountered: