localusercamp

Results 9 comments of localusercamp

@leosin Could you please run `npx nuxi info` or list modules that you are using?

@danielroe Yes version the same. ![image](https://github.com/nuxt/nuxt/assets/45385480/849f10c9-5e7c-4285-adf5-613b77936511)

> My guess is that you have another Nuxt installation under /Users/\u003Cyour-user-name> In my case I have a monorepo under lerna. I don't think that this is related. We need...

@danielroe Yeah, I'll check that as well, and give you feedback. Still using the workaround is not pleasant =).

I tried to fix it and it works now. What have I done: - Delete monorepo `node_modules` (packages that was shared between all applications). - Delete every app `node_modules` inside...

@datWeazel did you try to delete the `.nuxt` folder of your project? If it doesn't work try to delete `node_modules` and `.nuxt` and then reinstall all deps via `npm i`

I hope this will be a great opportunity to easily scaffold a DDD application.

This does not work in nuxt SSR `$fetch` and `useFetch` interseptors (`onResponse()`, `onResponseError()` and so on) as well... I just can not clear auth store value when getting 401. ```ts...

Any news on that? Grouped imports in one line is a mess thou...