debug one app built by Capacitor 3 in one Android device then throw error each 1 sec in chrome inspect console
See original GitHub issueIssue When I debug one app built by Capacitor 3 in one Android device, the following error will throw out per 1 sec in chrome inspect console. And I globally search web & android folders’ no any related “collections” properties. So I have no idea why the error thrown. May I know anyone met my case and how to solve this issue? Thanks!
Error Like this:
TypeError: Cannot read properties of undefined (reading 'collections')
at <anonymous>:1:53
c.handleError @ vendors~253ae210.092…040b088f3098b3.js:3
cap.handleWindowError @ (index):360
error (async)
initNativeBridge @ (index):367
initBridge @ (index):488
(anonymous) @ (index):490
(anonymous) @ (index):506
package.json … “@capacitor/android”: “^3.7.0”, “@capacitor/core”: “^3.7.0”, “@capacitor/ios”: “^3.7.0”, “@capacitor/storage”: “1.2.5”, …
Issue Analytics
- State:
- Created a year ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Android Debugging returns HTTP/1.1 404 Not Found. Why?
Solution was to access through chrome://inspect/#devices. Then select the "inspect fallback" option. This is because the remote browser was ...
Read more >Debugging an Ionic Android App Using Chrome Dev Tools
Step 3. Open Chrome browser and open the Developer tools. Go to the Remote Devices Tab (if you can't find this tab, as...
Read more >CORS Errors: Cross-Origin Resource Sharing - Ionic Framework
CORS errors happen in web apps if requests are made and servers don't return required headers. Read about Cross-Origin Resource Sharing in Ionic ......
Read more >Loading JSON data from Cloud Storage | BigQuery
Shows how to load JSON files from Cloud Storage into a new table, or append to, or overwrite a table. Shows how to...
Read more >Debugging Tips For Your Ionic App - Ionic Blog
Remote Debugging iOS Apps. Even if we deploy our app to a native device, it's still a web application and as such we...
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 FreeTop 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
Top GitHub Comments
@jcesarmobile I have found why the issue happen. It is just a Chrome plugin called ‘MobX Developer Tools’ to make this issue happen. This plugin is for debugging my project’s data processing solution.
just CLOSE it in Chrome extensions page, then work well.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.