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
In the settings panel, when saving latitude and longitude and leaving API key empty throws both a Success Settings Updated and an External API Request Failed error.
I'm using the docker build with the latest tag.
The text was updated successfully, but these errors were encountered:
That is an intended behavior. You are getting Settings Updated message which means that new config was successfully saved to the database. External API Request Failed is then thrown because API key is missing and request to Weather API cannot be done without it.
Ah. Perhaps maybe add some instruction on how to use this feature in the README. On first glace I thought just specifying geographic co-ordinates was enough. Some sort of text validation when user fills up partially to inform user that the field is compulsory if they wish to use the weather feature.
In the settings panel, when saving latitude and longitude and leaving API key empty throws both a
Success Settings Updated
and anExternal API Request Failed
error.I'm using the docker build with the latest tag.
The text was updated successfully, but these errors were encountered: