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

Nuxt plugin types break if I add i18n module #3070

Closed
frasza opened this issue Aug 23, 2024 · 2 comments
Closed

Nuxt plugin types break if I add i18n module #3070

frasza opened this issue Aug 23, 2024 · 2 comments

Comments

@frasza
Copy link

frasza commented Aug 23, 2024

Environment


  • Operating System: Windows_NT
  • Node Version: v20.16.0
  • Nuxt Version: 3.13.0
  • CLI Version: 3.12.0
  • Nitro Version: 2.9.7
  • Package Manager: [email protected]
  • Builder: -
  • User Config: modules, devtools, compatibilityDate
  • Runtime Modules: @nuxtjs/[email protected]
  • Build Modules: -

Reproduction

https://github.com/frasza/plugin-type

Describe the bug

I have axios plugin that provides its instance to the app and in case I add @nuxtjs/i18n to the nuxt config modules array, the plugin type becomes unknown.

Additional context

No response

Logs

No response

@BobbieGoede
Copy link
Collaborator

This seems to kind of be caused by the i18n module, but I was able to reproduce it without as well as detailed in my comment on your other issue nuxt/nuxt#28672 (comment).

Not sure if this needs to be resolved on our end or on that of Nuxt's so I'll keep this open until we have further information 💪

@frasza
Copy link
Author

frasza commented Aug 25, 2024

Solved for me with latest patch release ♥️

@frasza frasza closed this as completed Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants