-
Nuxt with vite gives this error.
```
This version of postcss-preset-env is not optimised to work with PostCSS 8.
Please update to version 7 of PostCSS Preset Env.
```
```
"dependencies": {…
-
### Versions
"nuxt-vite": "^0.1.1",
"nuxt": "2.15.7"
I'm using docker compose to build my app and deploy to an EC2 instance.
In dev mode and using nuxt start everything works fine on my loc…
-
### Environment
------------------------------
- Operating System: Darwin
- Node Version: v21.5.0
- Nuxt Version: -
- CLI Version: 3.11.1
- Nitro Version: -
- Package Manager: …
-
Thanks for the nice tutorial, it made my nitro `routeRules `and `nuxt-proxy` obsolete.
Wondering if this will work with websockets, cause it's not your standard HTTP request (`ws://`)
Frohe Oster…
-
Axios module working with proxy module offers a lot of great features. Main problem is lack of examples to bring these features to surface, I am sure most of users don't even know about 90% of those f…
-
When running naive-ui with `inline-theme-disabled` an error occurs:
```ts
[Vue warn]: Unhandled error during execution of render function
at
[nuxt] error caught during app initialization Ref…
-
I'm using Laravel Lumen for the backend, which is on a different domain, so I have to use a proxy to be able to share the cross-origin resource.
Everything works fine on the client-side, but when e…
-
-
IMO the default proxy path should not start with `/api` because this might conflict with existing paths or existing proxy rules. E.g. I proxy everything that starts with '/api' to my external API.
I …
-
### Environment
- Operating System: Linux
- Node Version: v21.7.3
- Nuxt Version: 3.11.2
- CLI Version: 3.11.1
- Nitro Version: 2.9.6
- Package Manager: pnpm@
- Builder: …