ClientException: XMLHttpRequest error., uri=https://example.com/api/v1/login flutter
Body
ClientException: XMLHttpRequest error., uri=https://example.com/api/v1/login flutter Error coccured on google chrome browser
1 Replies
-
Solution: In your Flutter Sdk folder->bin->cache-> delete flutter_tools.stamp file Flutter Sdk Floder->packages->flutter_tools->lib->src->web->chrome.dart file should be edited open the chrome.dart file in editor and find '--disable-extensions' line and comment this line by //'--disable-extensions' then add this line '--disable-web-security', and save the file. Restart your android studio ide and run your app on chrome, it will be fine now.
Bottom ad position