#Nuxt 3 strange GET request to _payload.js files which does not exist in dist

23 messages · Page 1 of 1 (latest)

uneven cairn
#

Hello, I have a question regarding some strange 404 errors which occur only on production ( netlify auto deploy ) and not during dev.
Can be seen on the website in the logs
https://advokatia.bg/

Also to mention im using nuxt i18n for locales and I also use v-html for that since i need some html tags inside.
"@zinc notchjs/i18n": "^8.0.0-rc.1",
and during dev mode i have these warnings which I cannot seem to resolve seems the package is bugged or something but everything works as expected on the website.

turbid oasis
#

this was fixed in a recent patch release

uneven cairn
#
"nuxt": "^3.6.1",
#

oh was it nice ill check

turbid oasis
uneven cairn
#

well i updated it to 3.6.5

"nuxt": "^3.6.5",

still same issue

uneven cairn
#
{
  "private": true,
  "scripts": {
    "build": "nuxt build",
    "dev": "nuxt dev",
    "generate": "nuxt generate",
    "preview": "nuxt preview",
    "postinstall": "nuxt prepare",
    "lint": "eslint ."
  },
  "devDependencies": {
    "@nuxt/eslint-config": "^0.1.1",
    "@nuxt/image-edge": "1.0.0-rc.1-28143901.afe4120",
    "@nuxtjs/device": "^3.0.0",
    "@nuxtjs/google-fonts": "^3.0.1",
    "@nuxtjs/i18n": "^8.0.0-rc.1",
    "@nuxtjs/tailwindcss": "^6.1.3",
    "@vueuse/core": "^9.5.0",
    "@vueuse/nuxt": "^9.5.0",
    "eslint": "^8.32.0",
    "nuxt": "^3.6.5",
    "nuxt-gtag": "^0.5.7",
    "nuxt-icon": "^0.2.10",
    "nuxt-simple-sitemap": "^3.0.9",
    "sass": "^1.58.0",
    "sass-loader": "^13.2.0"
  },
  "dependencies": {
    "@vuelidate/core": "^2.0.2",
    "@vuelidate/validators": "^2.0.2",
    "form-data": "^4.0.0",
    "mailgun.js": "^9.0.1",
    "nuxt-swiper": "^1.0.1"
  },
  "type": "module"
}

turbid oasis
#

if you start nuxt you see which version is used. Also yarn/pnpm can tell which version, e.g. pnpm why nuxt

uneven cairn
#

npm why nuxt
gives

dev nuxt@"^3.6.5" from the root project
turbid oasis
#

if you start the dev server?

uneven cairn
#

Nuxt 3.6.5 with Nitro 2.5.2

#

Nuxi 3.6.5 11:55:59 PM
Nuxt 3.6.5 with Nitro 2.5.2

#

this is when i start the dev server

turbid oasis
#

and you did re-generate your site?

#

(So you can check if it doesn't have the 404 for payload.json anymore)

uneven cairn
#

jesus im really stupid 😄 i though that im fixing this warning instead forget it was about payload.js

#

[intlify] Detected HTML in

#

ill resolve this issue thanks very much

#

how to mark it as completed actually

#

found it

turbid oasis
#

I think at the top