Nuxt

N

Nuxt

Nuxt Community Chat Server

Join

Reading audio files

Currently new to Nuxt, and I wanted to make automatic subtitles for the audio in my website so I went to find APIs that would help me with transcribing audio to text. Everything was going fine until I encountered the problem with the 'fs' module not being available as vite won't allow it. I needed the 'fs' module in order to read the audio file and pass it to the transcription function, but without it, Im kinda lost. I've looked for solutions but a lot of them are for other types of files, and not for an audio file that can't be read like a text file. A lot of them also talk about middleware, which I have yet to touch in nuxt. How should I properly read an audio file in nuxt?...

Vite allowedHosts problem

In my Nuxt 3.16.1 app, i am continually getting blocked request. This host "placeholder.web.app" is not allowed. To allow this host, add "placeholder.web.app" to server.allowedHosts in vite.config.js. Below is the config. vite: { server: {...

Nuxt-ui tailwind themeing

I am trying to configure my tailwind 4 themes and set them for my nuxt-ui but i seem to be doing it wrong main.css ```css @import "tailwindcss" theme(static);...

I don't now. I'm using betterauth.

My project works on localhost but in POST 500 /api/auth/sign-out SERVER_ERROR: ,Error: Cannot perform I/O on behalf of a different request. I/O objects (such as streams, request/response bodies, and others) created in the context of one request handler cannot be accessed from a different request's handler. This is a limitation of Cloudflare Workers which allows us to improve overall performance. (I/O type: Writable)...
No description

Is there rewrites in middleware?

What I need to do is rewrite from website.com/rooms/:country/:region/:city to website.com/:country/:region/:city

How to apply esbuild jsxImportSource file overwrite?

Hi, i have a unusual setup i am porting from another vue framework to nuxt. custom jsx setup The setup involves having certain files using different JSX transform options. Certain files use a custom JSX runtime for performance reasons and this was previously solved using esbuild comment overwrites according to https://esbuild.github.io/api/#jsx...

create .env in vps for docker compose

on a vps environment running with docker compose how can i create a .env file in the container?

Nuxt UI, Text Does not appear in light mode - iOS only?

Hello everyone, I recently built a site with nuxt 3 and nuxt ui version 3.0.0 The theme for UI components is generally working out, however when I try to view the website from my iPhone that has a system-level light mode, the text disappears, but it re-appears if I enable dark mode. [see attached video] ...

npm run build error: Could not load unenv/dist/runtime/npm/whatwg-url.mjs/webidl2js-wrapper: ENOENT

Hi everyone, I've been struggling with a build issue for the past week when running the command npm run build. Despite my efforts, I haven't been able to resolve it. I’ve tried multiple solutions, including removing and reinstalling modules and updating to Nuxt 3.16.1, but nothing has worked so far. At this point, I'm exhausted from troubleshooting on my own, so I’d really appreciate any insights or suggestions. I've attached my dependencies for reference....
No description

nuxt UI upgrade help

trying to upgrade our repo from nuxtUI(alpha) to the new nuxtUI actual release. we followed all the docs, etc. but are unsure why some items look messed up (while others look correct) any quick ideas why?...
No description

Custom Fetch Types not align

I have following custom composable function: import type { UseFetchOptions } from '#app' export function useCraftFetch<T>(...

Default Css is getting loaded on other pages with same code but not on the index page.

the one with the gray text is the correct one and it looks like that on the other pages, green stuff is on the index page, i assume it's just defaulting to some nuxt ui styling on the index page for w/e reason
No description

i18n [plugin:nuxtjs:i18n-resource] Cannot read properties of undefined (reading 'options')

I downloaded NuxtI18n, added ``` i18n: { vueI18n: './i18n.config.ts' , bundle: { optimizeTranslationDirective: false,...

Problem with Nuxt 3.16 + @element-plus/nuxt

Hey guys.. Not sure if it's just me and my code collegue, but we are facing some problems with @element-plus/nuxt with Nuxt 3 recently.. ERROR [GET] "http://127.0.0.1:42415/__nuxt_vite_node__/module//node_modules/element-plus/es/index.mjs": <no response> Failed to parse URL from http://127.0.0.1:42415/__nuxt_vite_node__/module//node_modules/element-plus/es/index.mjs then ```[cause]: Failed to parse URL from http://127.0.0.1:42415/__nuxt_vite_node__/module//node_modules/element-plus/es/index.mjs...

Filtering pages from a layer

If I have a layer I want to extend, but just without the pages folder, is it possible to ignore it?

Nuxt Content 3.4.0 generating 'manifest-route-rule' middleware already exists warnings

Hi everyone! I recently migrated Nuxt Content from v2 and now I'm constantly getting these warnings whenever I save a markdown file: `ℹ File work/lining-project.md changed on content collection @nuxt/content 11:43:59 AM...

"dirname" is not exported by "__vite-browser-external", imported by "nuxt.config.ts"

I have a Nuxt layer that I publish to a private NPM feed, and install into a few different Nuxt sites. After updating to Nuxt 3.16, some of the sites error like this when building: WARN [plugin vite:resolve] Module "url" has been externalized for browser compatibility, imported by "~/node_modules/my-layer/nuxt.config.ts". WARN [plugin vite:resolve] Module "path" has been externalized for browser compatibility, imported by "~/node_modules/my-layer/nuxt.config.ts". ...

Nuxt content style and prose

I'm starting a new project with nuxt, content, Nuxt UI and i18n and everything works, but prose styling, anchor and related default styling is not applied. I download a clean starter template without nuxt ui and everything works fine with the default styles is applied. Is this expected with nuxt ui (non pro)?

"Teleport" is imported from external module "..." but never used in "..."

[1:24:41 PM] WARN "Teleport" is imported from external module "file:///home/ubuntu/nuxt-dashboard/node_modules/vue/index.mjs" but never used in "node_modules/@unhead/vue/dist/utils.mjs", "node_modules/@unhead/vue/dist/shared/vue.N9zWjxoK.mjs", "node_modules/@unhead/vue/dist/shared/vue.nvpYXC6D.mjs", "node_modules/@unhead/vue/dist/shared/vue.BYLJNEcq.mjs", "node_modules/@unhead/vue/dist/server.mjs", "node_modules/@vueuse/shared/index.mjs", "node_modules/@vueuse/core/index.mjs" and "node_modules/quasar/dist/quasar.server.prod.js".
[1:24:41 PM] WARN "Teleport" is imported from external module "file:///home/ubuntu/nuxt-dashboard/node_modules/vue/index.mjs" but never used in "node_modules/@unhead/vue/dist/utils.mjs", "node_modules/@unhead/vue/dist/shared/vue.N9zWjxoK.mjs", "node_modules/@unhead/vue/dist/shared/vue.nvpYXC6D.mjs", "node_modules/@unhead/vue/dist/shared/vue.BYLJNEcq.mjs", "node_modules/@unhead/vue/dist/server.mjs", "node_modules/@vueuse/shared/index.mjs", "node_modules/@vueuse/core/index.mjs" and "node_modules/quasar/dist/quasar.server.prod.js".
I'm not sure why this error pops up, I checked my dependencies, and how I was using Teleport, it just gets autoimported twice in my app. Is it possible I misconfigured something?...

Migration Issue with Nuxt UI 3 and Tailwind Resolution

Hi everyone! I resolved an issue during my migration to Nuxt UI 3 but wanted to get clarity on the underlying cause. Error Encountered:...