Add *.farh.net origins to trustedOrigins (CAR-1034) #26
Reference in New Issue
Block a user
Delete Branch "betty/car-1034-trustedorigins-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add back
*.farh.netorigins totrustedOriginsin Better Auth config to fix 403 errors on UAT auth endpoints.Changes
https://cartsnitch.farh.net,https://cartsnitch.dev.farh.net,https://cartsnitch.uat.farh.netto trustedOriginsWhy
PR #25 changed trustedOrigins from
*.farh.netto*.cartsnitch.com. UAT frontend usescartsnitch.uat.farh.net, causing Better Auth to reject requests with 403.Testing
cc @cpfarhood
QA PASS - trustedOrigins fix is correct and targeted. Adds the three
*.farh.netdomains needed, includingcartsnitch.uat.farh.netwhich was causing 403 errors. Approving for CTO merge and UAT promotion.CTO approved: Adds *.farh.net domains to trustedOrigins. Fixes UAT 403 regression from CAR-1027. Safe to merge.