Cloudflare pages 404?
read stream from event twice
nuxt-umami module not found during typecheck despite being installed
pnpm lint
(which runs nuxt typecheck && eslint .
), I'm getting this error:
ERROR: Could not load nuxt-umami. Is it installed?
However, nuxt-umami is definitely installed in my package.json:...Nitro useStorage use Brotli encoded json data
How to intercept/log server side errors?
Use SASS function globally
Updating props before binded
Updated tailiwind in my project to v4 getting error

classes on div disappear seemingly at random
text-center
instead of the classes defined
```html
<div class="flex justify-between text-md/0">
<div class="font-bold">TOTAL</div>...Unresolvable type reference or unsupported built-in utility type
./types/*.d.ts
in a component directory .vue
file it just shows my an error "Unresolvable type reference or unsupported built-in utility type", but it works when I use same types in composables directory. Any idea why and/or how to fix it?
./types/user.d.ts
```typescript
type User = {...Buiding app with @originjs/vite-plugin-federation
[i18n] Is translating the complete URL possible?
/about
in English, becomes /de/about
in German (instead of /de/ueber-uns
) and /fr/about
(instead of /fr/a-propos
).
Here is a reproduction: https://stackblitz.com/edit/multi-language-test-app?file=README.md
Am I wrong in assuming that the complete URL has to be translated? If not, what is wrong with my setup?...Exceeded CPU on Cloudflare Pages
/content
directory.
When you go to a content page, e.g. myapp.pages.dev/about-us
, it will first render Not found
(data
is also empty from console.log).
Then after reloaded the page, it will render data
content....Properly abort rendering a page and redirect to another
Nuxt layers relative path
extends:['../project2'],
extends:['../project2'],
Nuxt, Supabase, Pinia + target="_blank" link = missing data in components
Auth state changed: SIGNED_IN
That comes from my useAuthStore.js:
...Nuxt Error cannot Start Cannot Find Package:plugin-transform-typescript
[nuxi 6:23:40 ከሰዓት] ERROR Cannot start nuxt: Cannot find package 'C:\Users\admin\Desktop\Full Typescript Projects\cognito 1.0\COSMO\node_modules\.pnpm\[email protected][email protected]_@[email protected][email protected][email protected][email protected][email protected]_\node_modules\@babel\plugin-transform-typescript\lib\index.js' imported from C:\Users\admin\Desktop\Full Typescript Projects\cognito 1.0\COSMO\node_modules\.pnpm\[email protected][email protected]_@[email protected][email protected][email protected][email protected][email protected]_\node_modules\vite-plugin-vue-inspector\dist\index.mjs
Did you mean to import "@babel/plugin-transform-typescript/lib/index.js"?
[nuxi 6:23:40 ከሰዓት] ERROR Cannot start nuxt: Cannot find package 'C:\Users\admin\Desktop\Full Typescript Projects\cognito 1.0\COSMO\node_modules\.pnpm\[email protected][email protected]_@[email protected][email protected][email protected][email protected][email protected]_\node_modules\@babel\plugin-transform-typescript\lib\index.js' imported from C:\Users\admin\Desktop\Full Typescript Projects\cognito 1.0\COSMO\node_modules\.pnpm\[email protected][email protected]_@[email protected][email protected][email protected][email protected][email protected]_\node_modules\vite-plugin-vue-inspector\dist\index.mjs
Did you mean to import "@babel/plugin-transform-typescript/lib/index.js"?
Nuxt build move prisma/client to devdependencies
pnpm run build
(npx prisma generate && nuxt build
)
The client generation works fine
```...NuxtImage: Relative import
baseURL
does not work for that).
I manage to make the import for /_nuxt/
working using cdnURL: './'
, but for some reason, public
images used by <NuxtImage>
and the provider ipx
does not follow this rule
...