Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backend.js:3638 App with id null not found #1236

Closed
Armando-ueki opened this issue Jul 20, 2020 · 5 comments
Closed

backend.js:3638 App with id null not found #1236

Armando-ueki opened this issue Jul 20, 2020 · 5 comments

Comments

@Armando-ueki
Copy link

Version

6.0.0-beta.1

Browser and OS info

windows 7

Steps to reproduce

backend.js:3638 App with id null not found

What is expected?

backend.js:3638 App with id null not found

What is actually happening?

backend.js:3638 App with id null not found


backend.js:3638 App with id null not found

@ferrinweb
Copy link

A very ridiculous version push.

@ersivv
Copy link

ersivv commented Jul 23, 2020

i get the same error

import { createApp } from "vue";
import App from "./App.vue";
import "./registerServiceWorker";
import router from "./router";
import store from "./store";

createApp(App)
  .use(router)
  .use(store)
  .mount("#app");

window.__VUE_DEVTOOLS_GLOBAL_HOOK__.Vue = App.constructor;

Firefox debug console:

Uncaught (in promise) TypeError: can't access property "substr", options.version is undefined
    registerApp moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:3694
    initBackend moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:3595
    handshake moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:609
    208 moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:566
    __webpack_require__ moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:20
    <anonymous> moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:84
    <anonymous> moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:87
backend.js:3694:34
App with id NaN not found backend.js:3638:21
    connect moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:3638
    emit moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:2946
    _emit moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:299
    Bridge moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:231
    Bridge moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:231
    listener moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:585
    (Асинхронный: EventListener.handleEvent)
    listen moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:588
    Bridge moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:229
    handshake moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:581
    (Асинхронный: EventListener.handleEvent)
    208 moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:566
    __webpack_require__ moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:20
    <анонимный> moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:84
    <анонимный> moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:87
Uncaught TypeError: can't access property "id", ctx.currentAppRecord is null
    connect moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:3647
    emit moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:2946
    _emit moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:299
    Bridge moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:231
    Bridge moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:231
    listener moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:585
    listen moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:588
    Bridge moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:229
    handshake moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:581
    208 moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:566
    __webpack_require__ moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:20
    <anonymous> moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:84
    <anonymous> moz-extension://cd883744-853b-4855-95e7-76be11576dd2/build/backend.js:87

@Akryum
Copy link
Member

Akryum commented Jan 29, 2021

Let me know if you still have this error with the latest versions of Vue 3 and Vue devtols 6.

@Akryum Akryum closed this as completed Jan 29, 2021
@jacekkarczmarczyk
Copy link

Let me know if you still have this error with the latest versions of Vue 3 and Vue devtols 6.

Not exactly the same message but maybe related:

image

I'm not creating a new issue since I don't have a reproduction, also errors are gone after closing and reopening the tab, but the steps to reproduce for my project (php, server side rendering, no srr, there's just new Vue() on some pages) was:

  • open the page with vue component
  • open new page without any vue component
  • errors show in the error console and in the vue devtools tab I could see the component tree from the previous page

(latest version of devtools beta)

@ahmedgadit
Copy link

@jacekkarczmarczyk the last error you got, i am getting same errror on using vuejs cdn on shopify checkout page, i created that static situation of shopify checkout page on local it was working fine there but unable to solve error on shopify checkout liquid, if i use defer and onload on element some functions drop due to the unavailability of vue if dont do that then vue give me this error also

Cannot find element: #myelement

cause my dom is loading after vuejs.....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants