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

Error matching route rules. TypeError: Cannot read properties of undefined (reading 'entries') #591

Open
abarke opened this issue Jul 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@abarke
Copy link

abarke commented Jul 17, 2024

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

image

🛠️ To reproduce

https://stackblitz.com/github/nuxt-modules/ionic/tree/main/playground

🌈 Expected behaviour

No errors should occur.

ℹ️ Additional context

------------------------------
- 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:    -
------------------------------
@abarke abarke added the bug Something isn't working label Jul 17, 2024
@abarke
Copy link
Author

abarke commented Aug 26, 2024

Current workaround is to disable the app manifest it is trying to consume

export default defineNuxtConfig({
  experimental: {
    appManifest: false,
  },
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant