We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[🔔 Dio] sendTimeout cannot be used without a request body to send on Web
Search
Latest
No response
The text was updated successfully, but these errors were encountered:
The same exception happens to me too.
algolia_helper_flutter: 1.1.0
Sorry, something went wrong.
Also effecting me! Please help!
It’s just a warning, so there’s no problem other than it being annoying.
This is a bug in the dio package, and it seems it will be fixed in the next release. cfug/dio#2306 https://github.com/cfug/dio/pull/2309/files
Temporarily, you can avoid the warning by setting timeout option:
final insights = InsightsClient( appId: kAlgoliaApplicationId, apiKey: kAlgoliaApiKey, options: const ClientOptions(writeTimeout: Duration(seconds: kIsWeb && kDebugMode ? 0 : 30)), );
No branches or pull requests
Description
[🔔 Dio] sendTimeout cannot be used without a request body to send on Web
Client
Search
Version
Latest
Relevant log output
No response
The text was updated successfully, but these errors were encountered: