API Returns no response and times out in production, not on local #684
Unanswered
brogers1993
asked this question in
Q&A
Replies: 1 comment 1 reply
-
See post #673, apparently Postman and Akamai don't get along. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've got a weird one, I'm having an issue where I can call the api.weather.gov endpoints from my local machine (and postman, etc.), but when I deploy my app to production (on fly.io), all requests time out/never return a response. I've been able to confirm I can successfully make requests to other domains via my production application (tested using this resource from postman), so this seems to be something specific to the weather.gov domain/API vs. a general access to external sites on my server.
I'm also making 1 request each time I test, so I don't think this is a rate limiting. I am also using a hopefully fairly unique user-agent to identify my application. Are there any IP/port restrictions on the API or other suggested places I can look? My server is using an IPv6 address if that makes a difference.
Beta Was this translation helpful? Give feedback.
All reactions