We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[nuxt] Error matching route rules. TypeError: Cannot read properties of undefined (reading 'entries')
NOTE! In production mode using electron builder and installing the electron app it works without errors. The problem only effects dev mode AFAIK.
https://stackblitz.com/github/nuxt-modules/ionic/tree/main/playground
No errors should occur.
------------------------------ - Operating System: Windows_NT - Node Version: v22.1.0 - Nuxt Version: 3.12.3 - CLI Version: 3.12.0 - Nitro Version: 2.8.1 - Package Manager: [email protected] - Builder: - - User Config: ssr, router, css, modules, electron, ionic, vite, nitro, devtools - Runtime Modules: @nuxtjs/[email protected], [email protected] - Build Modules: - ------------------------------
The text was updated successfully, but these errors were encountered:
Current workaround is to disable the app manifest it is trying to consume
export default defineNuxtConfig({ experimental: { appManifest: false, }, });
Sorry, something went wrong.
No branches or pull requests
🐛 The bug
[nuxt] Error matching route rules. TypeError: Cannot read properties of undefined (reading 'entries')
NOTE! In production mode using electron builder and installing the electron app it works without errors. The problem only effects dev mode AFAIK.
🛠️ To reproduce
https://stackblitz.com/github/nuxt-modules/ionic/tree/main/playground
🌈 Expected behaviour
No errors should occur.
ℹ️ Additional context
The text was updated successfully, but these errors were encountered: