Elliott Brooks
Elliott Brooks
Related: https://github.com/flutter/devtools/issues/3709
Ah yes, this was added to fix a potential security vulnerability in the extension (details here: https://github.com/dart-lang/webdev/issues/2287)
We were also getting a timeout error, but only on windows: ``` ❌ test\frontend_sever_client_test.dart: can compile, recompile, and hot reload a vm app (failed) TimeoutException after 0:00:30.000000: Test timed out...
Hi @woprandi - we've tightened the security on the Dart Debug Extension to only allow localhost origins, see: https://github.com/dart-lang/webdev/issues/2287 I'm not to familiar with `nginx`, what is the host name...
Would specifying the host be sufficient in this case? As described above, we could add a setting to the extension that would let you specify your host.
Hi @jarrodcolburn! Thanks for opening an issue. We have discussed creating a Dart package for the Chrome extension API. Unfortunately there hasn't been any bandwidth for that, but I will...
This looks the same as https://github.com/dart-lang/webdev/issues/2332 which was resolved by updating to the latest Flutter stable. If you are not already on the latest Flutter stable version, could you try...
Could you try these steps as well (if you haven't already): https://github.com/dart-lang/webdev/issues/2332#issuecomment-1900495539 Could you also open Chrome DevTools, navigate to "Sources", click on "Open a file" and search for `client.js`....
Hi @anantha-krish! Thanks for the suggestion. We welcome community contributions for new features like this. If you open a PR for this, I am happy to review it. Out of...
Hi @wx953999109 - could you provide some more details? How are you running your Flutter app? What is you flutter doctor output? DWDS shouldn't be involved if you are running...