-
-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ip2c fetch call sometimes fails and is unreliable #342
Comments
@Gabcot i have the same issue and a lot of issue are open because of that... |
@dominikager We are considering creating our own ip detection on the frontend and feed the country ISO2 as a default value to override the ip2c call. |
@Gabcot i added the following lines and it works
|
@dominikager Thanks!, the answer worked for me, Only that I set default-country as a static value for my requirements. |
it cant be changed after it mounted.. |
We noticed recently that the ip2c fetch call is very slow (4-5s) and can even timeout. This leads to the flag widget remaining blank and not working properly. The slow call prevents the widget from initializing correctly
Having an option to set a shorter timeout, cancelling the request when numbers are inputed or setting a default flag if the call is failing would be ideal.
The text was updated successfully, but these errors were encountered: