• 1 Post
  • 1 Comment
Joined 1 year ago
cake
Cake day: November 16th, 2023

help-circle

  • If you look at the dev console, what I’m seeing on the shipping information error is the verify shipping address call usually fails with the service unavailable. When it does succeed, the response contains a success value of “2”

    My guess is that we are hitting a rate limiter trying to access valves API, and get the 502’s. and then when we get past that, valve is using the USPS API to validate addresses and that is being overloaded rn, which valve can’t do anything about.

    Solution: keep trying.