You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm receiving a blank screen and the following error in the console when I try to open my application as a installed PWA on mobile:
247fe2c.js:2 TypeError: Cannot read properties of undefined (reading '_isDestroyed')
at destroy (247fe2c.js:2)
at C (247fe2c.js:2)
at C (247fe2c.js:2)
at f.__patch__ (247fe2c.js:2)
at f.t.$destroy (247fe2c.js:2)
at destroy (247fe2c.js:2)
at C (247fe2c.js:2)
at C (247fe2c.js:2)
at k (247fe2c.js:2)
at f.__patch__ (247fe2c.js:2)
pwa: {
manifest: {
name: "My App",
description: "My App",
short_name: "My App",
lang: "ro",
useWebmanifestExtension: false,
orientation: "portrait-primary",
start_url: "/dashboard?standalone=true",
}
}
I'm also mentioning that the start_url requires the user to be logged in (I'm using nuxt/auth for the authentication system) and that it works flawlessly when I open the site in a mobile or desktop browser.
Can you please help me out with this issue? Thanks!
The text was updated successfully, but these errors were encountered:
Hi all,
I'm receiving a blank screen and the following error in the console when I try to open my application as a installed PWA on mobile:
Here is my package.json file:
And here is the PWA config from nuxt.config.js:
I'm also mentioning that the start_url requires the user to be logged in (I'm using nuxt/auth for the authentication system) and that it works flawlessly when I open the site in a mobile or desktop browser.
Can you please help me out with this issue? Thanks!
The text was updated successfully, but these errors were encountered: