-
-
Notifications
You must be signed in to change notification settings - Fork 746
CF workers fail because of sql_dump.txt #3666
Description
Environment
Node.js version v22.14.0
nuxt/cli version 3.31.3
Package manager pnpm@10.26.2
Nuxt version 4.2.2
Nitro version 2.12.9
Builder vite@7.3.0
Config app, build, compatibilityDate, content, css, devtools, feed, future, hub, modules, nitro, ogImage, runtimeConfig, schemaOrg, site, sitemap, ssr, vite
Modules @nuxt/ui@4.3.0, @nuxt/icon@2.1.1, @nuxtjs/device@3.2.4, @nuxt/devtools@3.1.1, @vueuse/nuxt@12.8.2, @nuxtjs/device@3.2.4, nuxt-og-image@5.1.13, nuxt-jsonld@2.2.1, @vee-validate/nuxt@4.15.1, @nuxt/content@3.10.0, nuxt-module-feed@1.1.4, @nuxt/image@1.11.0, @nuxtjs/sitemap@7.5.0, @nuxthub/core@0.10.4, nuxt-schema-org@5.0.10
Version
v3.1.0
Reproduction
Nuxthub + Nuxt content latest version
Description
When deploying on CF workers using nuxt hub im getting an issue related to sql_dump.txt which prevent me to deploy
Additional context
No response
Logs
`12:42:40.098 | [info] ../node_modules/.cache/nuxt/.nuxt/dist/server/_nuxt/_ui-CrQ5hB_K.js 480.50 kB │ map: 327.22 kB
-- | --
12:42:40.098 | [info] ✓ built in 12.38s
12:42:40.134 | [info] [nitro] Initializing prerenderer
12:42:57.751 | [info] [nitro] Prerendering 5 routes
12:42:58.377 | [log] [nitro] ├─ /__nuxt_content/blog/sql_dump.txt (624ms)
12:42:58.378 | │ └── [404] Page not found: /__nuxt_content/blog/sql_dump.txt
...
...
...
12:42:59.397 | [log] [nitro] ├─ /blog/_payload.json (11ms)
-- | --
12:42:59.397 | [log] [nitro]
12:42:59.397 | Errors prerendering:
12:42:59.398 | [log] [nitro] ├─ /__nuxt_content/blog/sql_dump.txt (624ms)
12:42:59.398 | │ └── [404] Page not found: /__nuxt_content/blog/sql_dump.txt
12:42:59.398 | [log] [nitro]
12:42:59.398 | [error] Exiting due to prerender errors.
12:42:59.398 | at prerender (node_modules/.pnpm/nitropack@2.12.9_better-sqlite3@12.5.0_rolldown@1.0.0-beta.57/node_modules/nitropack/dist/core/index.mjs:2210:11)
12:42:59.398 | at async node_modules/.pnpm/@nuxt+nitro-server@4.2.2_better-sqlite3@12.5.0_db0@0.3.4_better-sqlite3@12.5.0__ioredis_c7a52784db4da10686fb76486ba1dd9b/node_modules/@nuxt/nitro-server/dist/index.mjs:777:5
12:42:59.398 | at async build (node_modules/.pnpm/nuxt@4.2.2_@parcel+watcher@2.5.1_@types+node@25.0.3_@vue+compiler-sfc@3.5.26_better-sql_c1617b63a3582cc532ae5fadb80135eb/node_modules/nuxt/dist/index.mjs:6790:3)
12:42:59.398 | at async Object.run (node_modules/.pnpm/@nuxt+cli@3.31.3_cac@6.7.14_magicast@0.5.1/node_modules/@nuxt/cli/dist/build-1TjVJ-UC.mjs:71:3)
12:42:59.398 | at async runCommand (node_modules/.pnpm/citty@0.1.6/node_modules/citty/dist/index.mjs:316:16)
12:42:59.398 | at async runCommand (node_modules/.pnpm/citty@0.1.6/node_modules/citty/dist/index.mjs:307:11)
12:42:59.398 | at async runMain (node_modules/.pnpm/citty@0.1.6/node_modules/citty/dist/index.mjs:445:7)
12:42:59.398 |
12:42:59.398 | [error] Exiting due to prerender errors.`