-
I develop a website that runs with Nuxt 3.13.2, DaisyUI and TailwindCSS with bunch of nuxt modules, kindly please check the package.json details below:
```
{
"name": "the-website",
"private": tru…
-
### Environment
Operating System: Windows_NT
Node Version: v22.9.0
Nuxt Version: 3.13.2
CLI Version: 3.13.2
Nitro Version: 2.9.7
Package Manager: npm@8.12.1
Builde…
-
**Describe the bug**
Server "Api" routes missing
https://nuxt-app-gregpalaci.nuxt.dev/ all good
https://nuxt-app-gregpalaci.nuxt.dev/api/books MIA
codebase https://github.com/gregpalaci/nuxty-…
-
Hello,
I was trying out the package earlier but was having difficulties getting an upload from Postman to work.
Is there an example anywhere of uploading files directly from an external source(N…
-
### Environment
- Operating System: `Linux`
- Node Version: `v22.6.0`
- Nuxt Version: `3.14.1592`
- CLI Version: `3.15.0`
- Nitro Version: `2.10.4`
- Package Manager: `pnpm@9.13.2`
-…
-
Error:
_package.json_
```
"dependencies": {
"fabric": "^6.4.3",
"konva": "^9.3.15",
"nuxt": "^3.13.0",
"vue": "latest",
"vue-konva": "^3.1.2",
"vue-router": "lates…
-
### Environment
node v22.11.0
nitropack@2.10.4 (error happens from 2.10.0 onwards)
### Reproduction
Install new nitro project with version 2.10.x, add the following to nuxt.config.ts:
bas…
-
When will Nuxt be supported?
-
Hey there!
In Nuxt Cloudinary module we have these props as required to promote good practices for images.
If you omit these props, popular tools such as Lighthouse can report this as an issue.
Do …
-
### Description
In our Vue SDK, there are two ways how users can set the component tracking-relevant options:
```js
Sentry.init({
// dsn...
trackComponents: true,
timeout: 1000,
hooks: ['init', …