Nuxt 3 Routing Mismatching
Defining props through typescript requires full dev server restart on change
Nitro error when using vscode-languagedetection (worker init error)
server/api
folder, Nitro crash and it does not tell anything.
I also tried to make a Nuxt plugin and a Nitro plugin but same error....
Why is it when I refresh the page I get api calls error?
dashboard.vue
```js
<template>
<div class="flex flex-col min-h-screen">...Plugin Types are missing :(
unknown
in both vscode and nvim.
Not really sure what to do about it. A lot of the information surrounding volar and vue/language-server I find online seems out of date and changing my vscode typescript version to the workspace local one doesn't help either.
Are there any other things I can try?...Mastering Nuxt Courses
Why doesnt nuxt support http delete method for $fetch ?
await $fetch("/api/template/user/1", {method: "DELETE"});
await $fetch("/api/template/user/1", {method: "DELETE"});
server/api errors using [[ ]].ts files
[[xx]].ts
file for urls that might not be present eg /api/[something]/is-here/[[or-is-it]]
whenever I try to access the api (using postman) at /api/something/is-here
i get a 500 error, and i get the same error when i try to access /api/[something]/is-here/yes
...Hydration mismatch help.
Node SSR exception logs

Laravel backend with sanctum and nuxt frontend

Does Nuxt have to be at the root when deployed?
Can't get Vitest Extension to resolve Nuxt's auto-imports
Accessing components list on server side plugin
Need help with @sidebase/nuxt-auth local provider
httpOnly
attribute to true for token
and refreshToken
in nuxt.config.ts
file, the cookies for them are not showing up in the Cookies section in Application tab of chrome devtools. Due to this, on subsequent page refresh it is throwing me to login page again This is working perfectly fine for secureCookieAttribute
when set to true.
Expected behavior: They should be visible with the HttpOnly
column marked as tick in the Cookies section....NuxtUI Input placeholder/italic
Nuxt 2 setting "Vary: User-Agent" in header
user-agent
. After looking for a while I found it, it's being set here in the vue-renderer.js
```
render(renderContext) {
if (this.isServerMode) {...Build Nuxt for CF Worker and postgre
compatibility_flags = [ "nodejs_compat" ]
or compatibility_flags = ["nodejs_compat_v2"]
in the wrangler.toml
I hit the error :
Error: Cannot resolve "cloudflare:sockets" from "node_modules/.pnpm/[email protected]/node_modules/postgres/cf/polyfills.js" and externals are not allowed!
Error: Cannot resolve "cloudflare:sockets" from "node_modules/.pnpm/[email protected]/node_modules/postgres/cf/polyfills.js" and externals are not allowed!
Value in composable is empty