In nuxt, where to specify compile-time flags?
Nuxt UI v3 Calendar Heading
Empty Nuxt 3 project seems to leak memory locally only in dev mode after second launch
npx nuxi@latest init MyProject
then
npm run dev
close the process
and repeat npm run dev
(also applies to all further runs)...
my project's GUI suddenly ran out of color (nuxtui3/tailwind4)
addAbortListener import broken on NuxtHub deployment
Reading public env var in lib script
lib/index.js
and my code is:
```js
const client = new Client()
.setEndpoint(process.env.NUXT_PUBLIC_APPWRITE_ENDPOINT)
.setProject(process.env.NUXT_PUBLIC_APPWRITE_PROJECT_ID);...unable to verify the first certificate
Wildcard routes that vary by file extension that Nuxt interprets as overlapping routes
/rfc/rfcN.json
and /rfc/rfcN.txt
and an HTML route at /rfc/rfcN/
where the N
is a number. Making files in server/routes/rfc/
named [id].txt.ts
and [id].json.ts
doesn't result in Nuxt serving each route distinctly. Should I use a single route file that handles them all (if so how do I handle server and vue routes?), or middleware to redirect, or what?net::ERR_CONTENT_LENGTH_MISMATCH 200
npm run dev
command, everything boots up normally according to the console. However, when navigating to the site, I only get a blank page. Opening the dev tools reveals a bunch of errors like this:
```
GET http://127.0.0.1:3000/_nuxt/@fs/D:/<snip>/node_modules/tailwindcss/tailwind.css net::ERR_CONTENT_LENGTH_MISMATCH 200 (OK)
play:1 ...Access Cloudflare bindings from scheduled task
run
method:
```...NuxtImg IPX 429 issues
Nuxtjs/I18n not initialising properly
Is nuxt-security important ?
Typescript intellisense extremely slow

Nuxt + AWS SDK + TS transpilation issue
[nuxt] [request error] [unhandled] [500] t is not a function
. The reason I believe this to be a Cloudflare issue is because creating the application locally via nuxt build
and nuxt preview
does not produce the same issue. However, whenever I use wrangler or deploy to pages, the error occurs. However, I can't be sure and am posting here since I am more likely to get help than from cloudflare discord, and it's still nuxt related.
The trouble code:
```ts
const command = new GetObjectCommand({...Implementing and Persisting UUIDs for User Sessions in Nuxt 3
usefetch detect redirects globaly ?
useFetch and keys that end up not being unique
``
const { data: area } = await useFetch(
/api/areas/${areaId}`,...Nuxt + Cloudflare Pages 1101 Error from Nuxt generated script
yarn build
and yarn preview
with the environment variables I intend on using in Cloudflare. When the build finishes successfully and the project deployed to Pages, the resulting application produces an error The script will never generate a response
. This is apparently produced from pages-worker--....-production
which from what I am told from asking help on Cloudflare's Discord server is that this is something produced by Nuxt, not Cloudflare.
I followed the Nuxt/Nitro deployment steps for Cloudflare and set the nitro configuration (which is very proud about being configuration free) for .html stuff.
Needing some help figuring out whats going on here. Cloudflare is unfortunately lacking in transparent logging under the hood....