Doesn't work offline due to external dependency loading at runtime
See original GitHub issueDescribe the bug
There the breaking change was introduced in v2.3.10
. The dependency of the webrtc-adapter
package has been removed. Now it’s impossible to use vue-qrcode-reader
in local environments (without internet connection) and in applications with strict CSP rules (loading scripts from external resources is not allowed).
Screenshots

Issue Analytics
- State:
- Created 3 years ago
- Comments:32 (16 by maintainers)
Top Results From Across the Web
Unable to resolve dependency for ':app@debug ...
Go to File->Other Settings->Default Settings->Build, Execution, Deployment->Build Tools->Gradle->Uncheck Offline work option.
Read more >Working with External Dependencies - Bazel
Note that running bazel clean will not actually delete the external directory. To remove all external artifacts, use bazel clean --expunge . Offline...
Read more >Troubleshoot self-hosted integration runtime - Azure
In the Run menu, type Regedit, and then press Enter. In the navigation pane, locate the following subkey: HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\ ...
Read more >Environment Dependencies — Ray 2.2.0
A runtime environment describes the dependencies your Ray application needs to run, including files, packages, environment variables, and more. It is installed ...
Read more >Problem: Unable to resolve dependencies of NuGet packages
Solution · Clear the NuGet cache files. You do this in the following way: In the toolbar of Visual Studio, navigate to Tools...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
🎉 This issue has been resolved in version 3.0.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Thanks a lot. That seems to work