Warsono
Warsono
Any update?
Hi, I also have this issue. Done created PR [here](https://github.com/nuxt-modules/strapi/pull/281) hopefully can be merge.
Anybody got solusion? Some issue here: ```bash [vite-ssg] An internal error occurred. [vite-ssg] Please report an issue, if none already exists: https://github.com/antfu/vite-ssg/issues node:internal/errors:464 ErrorCaptureStackTrace(err); ^ TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension...
Hi @pzwwei, can you provide minimal reproduction? Also, what environment are you using? ``` OS: ? Node.js Version: ? Package Manager: ? ```
Can you try with [pnpm](https://pnpm.io/) instead?
There's an error on Vercel when using the latest beta of nuxt-i18n. That's why I downgrade the version to `beta.10`. Maybe we should rise the issue and wait until it...
What version of Node.js are you using?
Hi, can you guys try with [pnpm](https://pnpm.io/) instead?
I think this plugin can support SSR via client-only plugin in Nuxt 3. For example, in my case just rename `./plugins/vue-scroll-spy.ts` to `./plugins/vue-scroll-spy.client.ts`. Reference: https://nuxt.com/docs/guide/directory-structure/plugins