i18n module - $t is not defined
I am having trouble with nuxt i18n module. Everything works fine in development mode, but when I want to run a production on Ubuntu with Docker, I get 500 error - $t is not defined. Why's that? Everything other works cool, so I wouldn't say that modules aren't installed. But maybe the translations file are missing? Where are they stored in production?
Nitro Rate Limiter
POST https://localpreprod:3000/api/category/tree net::ERR_TOO_MANY_RETRIES
anyone see nitro limiting them like this?Modify event in handler before passing to a better-auth lib
I'm using better-auth as auth library
I'm using their example for handling auth functionality
```typescript
export default defineEventHandler((event) => {
return auth.handler(toWebRequest(event))...
NuxtImg placeholder is shown regardless of src changes
I have NuxtImg component with dynamic src and a placeholder. Only the placeholder is displayed.
```typescript
<script setup lang="ts">
......
@nuxt/content always shows the first page but only in production mode
Hello All!
Complete newbie to nuxt here. Trying to create a basic blog. Its now working in development but failing when building.
When running the static build, it always shows the first blog item regardless of URL!...
Directory Structure
@kapa.ai I want my project directory structure to be like this:
```
.nuxt
node_modules...
First time doing Auth using appwrite, thoughts?
Hey, it's my first time doing an auth system and I am using appwrite to make it easier and was wondering if someone could check the structure and code to see if there are any vulnerabilities or security risks on the way I did it.
It doesn't really have any error handling, it's just login/create, logout, and email verification really. And storing the user data in pinia.|
https://github.com/xMrAfonso/Summix...
Using React-Email with Nuxt
Hey all,
I'm working on a project where I need to render some transactional emails and have found that I really like React-Email as a of writing said emails. I have already configured vite to use the react plugin like so:
```ts...
Unable to create a nuxt project on Raspberry Pi 4
I have tried to create a nuxt project on my raspberry pi and was unable to do so.
OS: Ubuntu Server 24.04
Architecture: aarch64
...
tailwindcss <style> injected in <head> before metadata fields – blocks link unfurling
I've an SSG build (yes, SSR is set to true) that prerenders everything on the server and spits out a static site. I'm using data fetched with useAsyncData to populate metadata fields using useHead and useSeoMeta. The data is there in the generated HTML, however crawlers appear to have no or limited access to it because it's being added AFTER the css generated by tailwind. Naturally, this is pretty disastrous SEO. I was under the assumption that css is injected after head metadata. Anyone encou...
Unclear step in Nuxt bridge migration guide
So there is this page: https://nuxt.com/docs/4.x/bridge/configuration#migration-of-each-option
And at the bottom there is this section:
```
Migration of each option
router.base...

Inertia + NuxtUIPro + Vue => Form
Hello,
I know that you can specify inertia = true in uiPro() settings for NuxtUIPro.
But my question is that I would like to know if it's possible to use the useForm from inertia (managing all errors) along the forms of NuxtUIPro....
Compatibility issue
error nuxt@4.0.3: The engine "node" is incompatible with this module. Expected version "^20.19.0 || >=22.12.0". Got "22.3.0"
Is this expected or even known?...
Nuxt Security Module with exposed dev server
When I expose the dev server with the --host flag, I get a bunch of cross-origin errors, and no stylign or anything will show on the network address given by nuxt.
I thought that even the exposed network would still be a part of the dev server, therefore not requiring additional settings to the security headers?
I have tried to add configuration to the headers; however, I am not successful in removing the errors and displaying the website properly....
createError statusMessage vs message
with createError what is the difference between statusMessage and message?
Fixture typing
Hi guys,
I am implementing E2E tests in my Nuxt app and I would like to use the Page Object Model (POM) and fixtures patterns.
In my POM, I have this code :...
Change active background color of NuxtUI - UNavigationMenu
How can I change the background color of link when is activated. In case and by default, it's bg-elevated. For instance I need to show bg-accented, when the link or sublink is activated.
Nuxt Server apache2
Hello,
I'm looking for help.
I have an AWS EC2 server running on Apache 2, and I'd like to deploy a project on Nuxt 3. I have a problem: when I go to my domain/auth/login, it adds an /auth/login/ for 1 second, then removes it, and redirects me to my login form. In my curl, I get a 301 location: http://domain.com/auth/login/...
Nuxt module for oRPC
I am trying to create a nuxt module which would register the catch all event handler, but I am having hard time to register the routers in it. Anyone has idea how to achieve this?
``
export function registerRouter(moduleName: string, routerSlice: any, schemas?: Record<string, any>) {
console.log(
📋 Registering router for module: ${moduleName}`)...