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
Description:
When a patient pre-books an in-person visit and reaches the "Thank You" screen, they should have the option to cancel the visit. However, clicking the cancel option triggers an error: Uncaught (in promise) Error: apiClient is not defined, preventing the visit from being canceled.
Steps to Reproduce:
Start the intake flow for an in-person pre-booked visit.
Complete the intake flow until the "Thank You" screen is displayed.
Attempt to cancel the visit from the "Thank You" screen.
Expected Result:
The patient should be able to cancel the pre-booked in-person visit from the "Thank You" screen without any issues.
Actual Result:
Clicking cancel triggers an error: Uncaught (in promise) Error: apiClient is not defined, and the visit remains uncanceled.
Tested on:
Env: development
Hash: 0607fad
Version: 0.15.0
The text was updated successfully, but these errors were encountered:
Description:
When a patient pre-books an in-person visit and reaches the "Thank You" screen, they should have the option to cancel the visit. However, clicking the cancel option triggers an error:
Uncaught (in promise) Error: apiClient is not defined
, preventing the visit from being canceled.Steps to Reproduce:
Expected Result:
The patient should be able to cancel the pre-booked in-person visit from the "Thank You" screen without any issues.
Actual Result:
Clicking cancel triggers an error:
Uncaught (in promise) Error: apiClient is not defined
, and the visit remains uncanceled.Tested on:
Env: development
Hash: 0607fad
Version: 0.15.0
The text was updated successfully, but these errors were encountered: