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
Coming from this issue. When a user books a trip with us we automatically issue a generated receipt. That receipt has a button on it and it is hyperlinked, but it goes to the wrong url.
Steps to Repro on Dev
create an account
follow this SO to create a travel policy and test trip locally
go to that test trip and click on the expense with an attached receipt
click on the receipt
click on the button in the top right corner that says "view trip"
Expected Behavior
On dev or staging it should go to https://staging.travel.expensify.com/trips/$tripID
And on prod it should go to https://travel.expensify.com/trips/$tripID
Actual behavior
Goes to $base_url/trips/$tripID where base url is either https://dev.new.expensify.com:8082, https://staging.new.expensify.com, or https://new.expensify.com.
Problem
Coming from this issue. When a user books a trip with us we automatically issue a generated receipt. That receipt has a button on it and it is hyperlinked, but it goes to the wrong url.
Steps to Repro on Dev
Expected Behavior
On dev or staging it should go to
https://staging.travel.expensify.com/trips/$tripIDAnd on prod it should go to
https://travel.expensify.com/trips/$tripIDActual behavior
Goes to
$base_url/trips/$tripIDwhere base url is eitherhttps://dev.new.expensify.com:8082,https://staging.new.expensify.com, orhttps://new.expensify.com.Screen capture
Screen.Recording.2025-12-01.at.9.57.16.AM.mov
Issue Owner
Current Issue Owner: @c3024