Page routing with multiple domain
pages/<domain>/about.vue
)? I know nuxt/i18n somehow does it but I was unable to figure out how exactly it does it.devProxy with path both for regular requests and websockets
/query
. I want the devProxy to proxy regular requests AND websocket requests to the same endpoint. However, I can't figure out how to do this properly.The below obviously doesn't work as is, duplicate key and such: ```json...
getting Nuxt context into a nitro route
Nuxt Supabase and remembering session
500 - Cannot read properties of null (reading 'ce')
How to deal with authentication
Nuxt 3 + Stripe API: Handle requests after payment is success

Global import of css files, but no.
Pinia Persistedstate with Composition API

Nuxt turnstile module server side verification in cloudflare pages
Accessibility ES Lint plugin with Nuxt3
How to use ReadableStream response with $fetch?
ReadableStream
. However, with sendStream
the inferred type is unknown and when return
ing the stream the type is simply { readable: bool }
. Is there a better way how to express this which works with $fetch
?Bizzare error with whole screen split in two
Testing with i18n and vitest
$t
for translations. I'm trying to write a simple test, but it's failing.
```ts
describe('UserSignInForm', () => {
it('renders', async () => {
const component = await mountSuspended(UserSignInForm);...Do Nuxt server plugins (example.server.ts) execute on every request for a SWR cached route?
Can you define a page completely separately from the rest (no plugins, no middlewares etc)?
Nuxt Layers: using template vs default application
Nuxt layers and deployment on Vercel/Netlify fails because of missing `tsconfig.json`
How to auto import file libs and using it on the page