question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

debug one app built by Capacitor 3 in one Android device then throw error each 1 sec in chrome inspect console

See original GitHub issue

Issue 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:closed
  • Created a year ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
CyrusNGcommented, Aug 25, 2022

@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.

0reactions
ionitron-bot[bot]commented, Nov 10, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found