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
The "Get My API Key" button redirects to "https://weatherapi.com/my" instead of "https://www.weatherapi.com/my". The first URL returns a "Connection Refused" error because WeatherAPI does not listen to HTTPS traffic on the base URL. You have to include the "www" part in order to hit the actual "my" page.
Also, pushing the weather button after setting it up with my api key doesn't do anything. I assume the issues may be related and we are not pointing to "api.weatherapi.com", but I am unsure about that part.
The text was updated successfully, but these errors were encountered:
The "Get My API Key" button redirects to "https://weatherapi.com/my" instead of "https://www.weatherapi.com/my". The first URL returns a "Connection Refused" error because WeatherAPI does not listen to HTTPS traffic on the base URL. You have to include the "www" part in order to hit the actual "my" page.
Also, pushing the weather button after setting it up with my api key doesn't do anything. I assume the issues may be related and we are not pointing to "api.weatherapi.com", but I am unsure about that part.
The text was updated successfully, but these errors were encountered: