-
Notifications
You must be signed in to change notification settings - Fork 748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 BUG: Error: Failed to publish your Function. Got error: An unknown error has occured. #7538
Comments
Hey, thanks for the report! This does seem to be something on our side, we're looking into it :) Internal thread: |
Dear Cloudflare team, is there a solution in sight for this? I really need to be able to push to production again.. |
cc @WalshyDev not sure if you've had a chance to followup on this, but we've just got another report of the same issue (with debug too this time if that helps) at #7538 |
Can we get an update, please? |
Hey, we have re-nudged the team and are working on gathering some additional info. Due to the holidays I can't promise it will be fixed this year but we're aware and working on it! |
Hey folks, we identified this error as users not having an R2 subscription when they're trying to configure an R2 binding. We've got a change in the works and it will be released after the New Years. |
Which Cloudflare product(s) does this pertain to?
Workers for Platforms
What version(s) of the tool(s) are you using?
wrangler 3.95.0
What version of Node are you using?
v22.12.0
What operating system and version are you using?
Mac Ventur a13.6.7 (22G720)
Describe the Bug
Observed behavior
I want to deploy my Sveltekit App, and i am getting this error message from the workers & pages log:
2024-12-13T10:05:09.220466Z Cloning repository...
2024-12-13T10:05:10.09728Z From https://github.com/SpartanStacks/avriofilms-crm
2024-12-13T10:05:10.098069Z * branch b347d4f4454deceb96d50ed94c4a004cb6255adf -> FETCH_HEAD
2024-12-13T10:05:10.098378Z
2024-12-13T10:05:10.130851Z HEAD is now at b347d4f work on fileUpload DB Schema
2024-12-13T10:05:10.131474Z
2024-12-13T10:05:10.213672Z
2024-12-13T10:05:10.214106Z Using v2 root directory strategy
2024-12-13T10:05:10.236588Z Success: Finished cloning repository files
2024-12-13T10:05:11.805016Z Checking for configuration in a Wrangler configuration file (BETA)
2024-12-13T10:05:11.805823Z
2024-12-13T10:05:11.806692Z Found wrangler.toml file. Reading build configuration...
2024-12-13T10:05:11.815227Z pages_build_output_dir: .svelte-kit/cloudflare
2024-12-13T10:05:11.815483Z Build environment variables:
2024-12-13T10:05:11.81564Z - APP_URL: https://crm.avriofilms.gr
2024-12-13T10:05:11.815755Z - MAILGUN_DOMAIN: mg.avriofilms.gr
2024-12-13T10:05:11.815876Z - R2_BUCKET_URL: https://obj.avriofilms.gr/
2024-12-13T10:05:11.927205Z Successfully read wrangler.toml file.
2024-12-13T10:05:12.073541Z Detected the following tools from environment: [email protected], [email protected]
2024-12-13T10:05:13.605197Z Fetching Node.js 22.12.0 ...
2024-12-13T10:05:16.808185Z Installing project dependencies: pnpm install
2024-12-13T10:05:17.511678Z Lockfile is up to date, resolution step is skipped
2024-12-13T10:05:17.586531Z Progress: resolved 1, reused 0, downloaded 0, added 0
2024-12-13T10:05:17.806663Z Packages: +502
2024-12-13T10:05:17.807254Z ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2024-12-13T10:05:18.592299Z Progress: resolved 502, reused 0, downloaded 48, added 43
2024-12-13T10:05:19.591932Z Progress: resolved 502, reused 0, downloaded 103, added 89
2024-12-13T10:05:20.597278Z Progress: resolved 502, reused 0, downloaded 229, added 221
2024-12-13T10:05:21.597171Z Progress: resolved 502, reused 0, downloaded 345, added 337
2024-12-13T10:05:22.596914Z Progress: resolved 502, reused 0, downloaded 473, added 464
2024-12-13T10:05:23.517012Z Progress: resolved 502, reused 0, downloaded 502, added 502, done
2024-12-13T10:05:23.766985Z .../[email protected]/node_modules/esbuild postinstall$ node install.js
2024-12-13T10:05:23.767541Z .../[email protected]/node_modules/esbuild postinstall$ node install.js
2024-12-13T10:05:23.76796Z .../[email protected]/node_modules/esbuild postinstall$ node install.js
2024-12-13T10:05:23.768276Z .../[email protected]/node_modules/esbuild postinstall$ node install.js
2024-12-13T10:05:23.768763Z .../node_modules/workerd postinstall$ node install.js
2024-12-13T10:05:23.917231Z .../[email protected]/node_modules/esbuild postinstall: Done
2024-12-13T10:05:23.922694Z .../[email protected]/node_modules/esbuild postinstall: Done
2024-12-13T10:05:23.94634Z .../[email protected]/node_modules/esbuild postinstall: Done
2024-12-13T10:05:23.956646Z .../[email protected]/node_modules/esbuild postinstall: Done
2024-12-13T10:05:24.018466Z .../node_modules/workerd postinstall: Done
2024-12-13T10:05:24.037193Z .../[email protected]/node_modules/esbuild postinstall$ node install.js
2024-12-13T10:05:24.147296Z .../node_modules/svelte-preprocess postinstall$ echo "[svelte-preprocess] Don't forget to install the preprocessors packages that will be used: sass, stylus, less, postcss & postcss-load-config, coffeescript, pug, etc..."
2024-12-13T10:05:24.171644Z .../node_modules/svelte-preprocess postinstall: [svelte-preprocess] Don't forget to install the preprocessors packages that will be used: sass, stylus, less, postcss & postcss-load-config, coffeescript, pug, etc...
2024-12-13T10:05:24.17339Z .../node_modules/svelte-preprocess postinstall: Done
2024-12-13T10:05:24.198896Z .../[email protected]/node_modules/esbuild postinstall: Done
2024-12-13T10:05:24.615874Z .../node_modules/@sveltejs/kit postinstall$ node postinstall.js
2024-12-13T10:05:24.854263Z .../node_modules/@sveltejs/kit postinstall: If bundling, conditions should include development or production. If not bundling, conditions or NODE_ENV should include development or production. See https://www.npmjs.com/package/esm-env for tips on setting conditions in popular bundlers and runtimes.
2024-12-13T10:05:26.101302Z .../node_modules/@sveltejs/kit postinstall: Done
2024-12-13T10:05:26.275873Z
2024-12-13T10:05:26.276192Z dependencies:
2024-12-13T10:05:26.276366Z + arctic 1.9.2
2024-12-13T10:05:26.276515Z + drizzle-orm 0.30.10
2024-12-13T10:05:26.276812Z + drizzle-zod 0.5.1
2024-12-13T10:05:26.277015Z + formsnap 1.0.1
2024-12-13T10:05:26.277272Z + http-status-codes 2.3.0
2024-12-13T10:05:26.277534Z + lodash.isequal 4.5.0
2024-12-13T10:05:26.277768Z + lucide-svelte 0.359.0
2024-12-13T10:05:26.278049Z + mime-types 2.1.35
2024-12-13T10:05:26.278693Z + nanoid 5.0.9
2024-12-13T10:05:26.279078Z + oslo 1.2.1
2024-12-13T10:05:26.279411Z + pino 8.21.0
2024-12-13T10:05:26.279517Z + svelty-email 0.0.10
2024-12-13T10:05:26.279681Z + worker-password-auth 1.0.0
2024-12-13T10:05:26.279889Z + wrangler 3.95.0
2024-12-13T10:05:26.280054Z
2024-12-13T10:05:26.280182Z devDependencies:
2024-12-13T10:05:26.280303Z + @cloudflare/workers-types 4.20241205.0
2024-12-13T10:05:26.280434Z + @lucia-auth/adapter-sqlite 3.0.2
2024-12-13T10:05:26.28054Z + @playwright/test 1.49.1
2024-12-13T10:05:26.280645Z + @sveltejs/adapter-cloudflare 4.8.0
2024-12-13T10:05:26.280825Z + @sveltejs/kit 2.11.0
2024-12-13T10:05:26.281037Z + @sveltejs/vite-plugin-svelte 4.0.3
2024-12-13T10:05:26.28117Z + @tailwindcss/forms 0.5.9
2024-12-13T10:05:26.281283Z + @tailwindcss/typography 0.5.15
2024-12-13T10:05:26.281406Z + @types/eslint 8.56.12
2024-12-13T10:05:26.281674Z + @types/lodash.isequal 4.5.8
2024-12-13T10:05:26.281833Z + @types/mime-types 2.1.4
2024-12-13T10:05:26.281916Z + @typescript-eslint/eslint-plugin 7.18.0
2024-12-13T10:05:26.282078Z + @typescript-eslint/parser 7.18.0
2024-12-13T10:05:26.282173Z + autoprefixer 10.4.20
2024-12-13T10:05:26.282238Z + drizzle-kit 0.30.0
2024-12-13T10:05:26.282303Z + eslint 8.57.1
2024-12-13T10:05:26.282394Z + eslint-config-prettier 9.1.0
2024-12-13T10:05:26.282458Z + eslint-plugin-svelte 2.36.0-next.12
2024-12-13T10:05:26.282522Z + lucia 3.2.2
2024-12-13T10:05:26.282586Z + pino-pretty 10.3.1
2024-12-13T10:05:26.282643Z + postcss 8.4.49
2024-12-13T10:05:26.282725Z + postcss-load-config 5.1.0
2024-12-13T10:05:26.282787Z + prettier 3.4.2
2024-12-13T10:05:26.282842Z + prettier-plugin-svelte 3.3.2
2024-12-13T10:05:26.282897Z + prettier-plugin-tailwindcss 0.5.14
2024-12-13T10:05:26.282952Z + rimraf 5.0.10
2024-12-13T10:05:26.283019Z + svelte 5.11.2
2024-12-13T10:05:26.283077Z + svelte-check 3.8.6
2024-12-13T10:05:26.283133Z + svelte-toggle 4.0.1
2024-12-13T10:05:26.283188Z + sveltekit-flash-message 2.4.4
2024-12-13T10:05:26.283243Z + sveltekit-superforms 2.21.1
2024-12-13T10:05:26.283302Z + tailwindcss 3.4.16
2024-12-13T10:05:26.283386Z + tslib 2.8.1
2024-12-13T10:05:26.283448Z + typescript 5.7.2
2024-12-13T10:05:26.283502Z + vite 5.4.11
2024-12-13T10:05:26.283563Z + vite-plugin-wasm 3.3.0
2024-12-13T10:05:26.283616Z + zod 3.24.1
2024-12-13T10:05:26.283668Z
2024-12-13T10:05:26.323699Z Done in 9.1s
2024-12-13T10:05:26.41046Z Executing user command: pnpm run build
2024-12-13T10:05:27.065687Z
2024-12-13T10:05:27.065916Z > [email protected] build /opt/buildhome/repo
2024-12-13T10:05:27.066004Z > vite build
2024-12-13T10:05:27.06662Z
2024-12-13T10:05:28.683968Z �[36mvite v5.4.11 �[32mbuilding SSR bundle for production...�[36m�[39m
2024-12-13T10:05:28.727834Z transforming...
2024-12-13T10:05:37.295024Z �[32m✓�[39m 3452 modules transformed.
2024-12-13T10:05:37.433439Z rendering chunks...
2024-12-13T10:05:39.186604Z �[36mvite v5.4.11 �[32mbuilding for production...�[36m�[39m
2024-12-13T10:05:39.192392Z transforming...
2024-12-13T10:05:43.620542Z �[1m�[33m[plugin:vite:resolve]�[39m�[22m �[33m[plugin vite:resolve] Module "node:dns/promises" has been externalized for browser compatibility, imported by "/opt/buildhome/repo/node_modules/.pnpm/@vinejs[email protected]/node_modules/@vinejs/vine/build/chunk-2W32DW3L.js". See https://vite.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details.�[39m
2024-12-13T10:05:45.994851Z �[32m✓�[39m 3276 modules transformed.
2024-12-13T10:05:46.073853Z rendering chunks...
2024-12-13T10:05:46.142731Z computing gzip size...
2024-12-13T10:05:46.155857Z �[2m.svelte-kit/output/client/�[22m�[32m_app/version.json �[39m�[1m�[2m 0.03 kB�[22m�[1m�[22m�[2m │ gzip: 0.05 kB�[22m
2024-12-13T10:05:46.156136Z �[2m.svelte-kit/output/client/�[22m�[32m.vite/manifest.json �[39m�[1m�[2m 9.64 kB�[22m�[1m�[22m�[2m │ gzip: 1.20 kB�[22m
2024-12-13T10:05:46.156226Z �[2m.svelte-kit/output/client/�[22m�[35m_app/immutable/assets/9.CpScAOOx.css �[39m�[1m�[2m 0.12 kB�[22m�[1m�[22m�[2m │ gzip: 0.11 kB�[22m
2024-12-13T10:05:46.156291Z �[2m.svelte-kit/output/client/�[22m�[35m_app/immutable/assets/0.OBbKQzKH.css �[39m�[1m�[2m 21.19 kB�[22m�[1m�[22m�[2m │ gzip: 4.82 kB�[22m
2024-12-13T10:05:46.156379Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/entry/start.DYaQGr22.js �[39m�[1m�[2m 0.07 kB�[22m�[1m�[22m�[2m │ gzip: 0.08 kB�[22m
2024-12-13T10:05:46.156722Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/nodes/7.Bq6u8bPL.js �[39m�[1m�[2m 0.20 kB�[22m�[1m�[22m�[2m │ gzip: 0.18 kB�[22m
2024-12-13T10:05:46.156834Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/nodes/8.Bf5Ro_Kl.js �[39m�[1m�[2m 0.21 kB�[22m�[1m�[22m�[2m │ gzip: 0.19 kB�[22m
2024-12-13T10:05:46.156937Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/chunks/this.BkvnrJgQ.js �[39m�[1m�[2m 0.32 kB�[22m�[1m�[22m�[2m │ gzip: 0.23 kB�[22m
2024-12-13T10:05:46.157056Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/nodes/5.BSN3U0kR.js �[39m�[1m�[2m 0.36 kB�[22m�[1m�[22m�[2m │ gzip: 0.27 kB�[22m
2024-12-13T10:05:46.157148Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/nodes/1.D67ADmAW.js �[39m�[1m�[2m 0.54 kB�[22m�[1m�[22m�[2m │ gzip: 0.36 kB�[22m
2024-12-13T10:05:46.157237Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/chunks/schema.KuNCUbr5.js �[39m�[1m�[2m 0.57 kB�[22m�[1m�[22m�[2m │ gzip: 0.30 kB�[22m
2024-12-13T10:05:46.157346Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/nodes/6.BJlmho9_.js �[39m�[1m�[2m 0.58 kB�[22m�[1m�[22m�[2m │ gzip: 0.40 kB�[22m
2024-12-13T10:05:46.157481Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/chunks/index-client.Jvf1HxW5.js �[39m�[1m�[2m 0.79 kB�[22m�[1m�[22m�[2m │ gzip: 0.46 kB�[22m
2024-12-13T10:05:46.157686Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/chunks/schemas.DpEk4QoH.js �[39m�[1m�[2m 0.81 kB�[22m�[1m�[22m�[2m │ gzip: 0.41 kB�[22m
2024-12-13T10:05:46.157919Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/chunks/stores.CqREShN8.js �[39m�[1m�[2m 0.82 kB�[22m�[1m�[22m�[2m │ gzip: 0.46 kB�[22m
2024-12-13T10:05:46.158082Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/chunks/disclose-version.CR-cmIvE.js �[39m�[1m�[2m 1.18 kB�[22m�[1m�[22m�[2m │ gzip: 0.63 kB�[22m
2024-12-13T10:05:46.158538Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/nodes/2.CgVECyN9.js �[39m�[1m�[2m 1.76 kB�[22m�[1m�[22m�[2m │ gzip: 1.01 kB�[22m
2024-12-13T10:05:46.158642Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/nodes/4.ejsFPkMi.js �[39m�[1m�[2m 2.29 kB�[22m�[1m�[22m�[2m │ gzip: 1.06 kB�[22m
2024-12-13T10:05:46.158748Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/chunks/x.CknuQrne.js �[39m�[1m�[2m 2.79 kB�[22m�[1m�[22m�[2m │ gzip: 1.49 kB�[22m
2024-12-13T10:05:46.158865Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/nodes/3.CtUiqYAA.js �[39m�[1m�[2m 2.92 kB�[22m�[1m�[22m�[2m │ gzip: 1.29 kB�[22m
2024-12-13T10:05:46.1591Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/chunks/RegisterForm.pNZUTE-.js �[39m�[1m�[2m 3.39 kB�[22m�[1m�[22m�[2m │ gzip: 1.24 kB�[22m
2024-12-13T10:05:46.15925Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/chunks/client.Drem0yGb.js �[39m�[1m�[2m 4.87 kB�[22m�[1m�[22m�[2m │ gzip: 1.83 kB�[22m
2024-12-13T10:05:46.159378Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/chunks/props.fDhVI96d.js �[39m�[1m�[2m 5.14 kB�[22m�[1m�[22m�[2m │ gzip: 2.22 kB�[22m
2024-12-13T10:05:46.159487Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/chunks/store.DbZwly1Y.js �[39m�[1m�[2m 5.28 kB�[22m�[1m�[22m�[2m │ gzip: 2.49 kB�[22m
2024-12-13T10:05:46.159591Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/chunks/forms.D6YG32Cv.js �[39m�[1m�[2m 7.16 kB�[22m�[1m�[22m�[2m │ gzip: 3.33 kB�[22m
2024-12-13T10:05:46.1597Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/entry/app.B2mlCRcF.js �[39m�[1m�[2m 7.18 kB�[22m�[1m�[22m�[2m │ gzip: 3.16 kB�[22m
2024-12-13T10:05:46.159786Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/nodes/9.MudFRG47.js �[39m�[1m�[2m 8.19 kB�[22m�[1m�[22m�[2m │ gzip: 3.49 kB�[22m
2024-12-13T10:05:46.159885Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/nodes/0.BRZNPtnI.js �[39m�[1m�[2m 13.22 kB�[22m�[1m�[22m�[2m │ gzip: 5.53 kB�[22m
2024-12-13T10:05:46.159986Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/chunks/runtime.BlyhGnC.js �[39m�[1m�[2m 13.81 kB�[22m�[1m�[22m�[2m │ gzip: 5.56 kB�[22m
2024-12-13T10:05:46.160119Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/chunks/entry.4maTzWGj.js �[39m�[1m�[2m 31.13 kB�[22m�[1m�[22m�[2m │ gzip: 12.26 kB�[22m
2024-12-13T10:05:46.160199Z �[2m.svelte-kit/output/client/�[22m�[36m_app/immutable/chunks/zod.XJLa6AEr.js �[39m�[1m�[2m100.74 kB�[22m�[1m�[22m�[2m │ gzip: 29.20 kB�[22m
2024-12-13T10:05:46.160373Z �[32m✓ built in 6.97s�[39m
2024-12-13T10:05:47.732897Z �[2m.svelte-kit/output/server/�[22m�[32m.vite/manifest.json �[39m�[1m�[2m 14.97 kB�[22m�[1m�[22m
2024-12-13T10:05:47.733461Z �[2m.svelte-kit/output/server/�[22m�[35m_app/immutable/assets/_page.CpScAOOx.css �[39m�[1m�[2m 0.12 kB�[22m�[1m�[22m
2024-12-13T10:05:47.733693Z �[2m.svelte-kit/output/server/�[22m�[35m_app/immutable/assets/_layout.BHVsPPib.css �[39m�[1m�[2m 21.14 kB�[22m�[1m�[22m
2024-12-13T10:05:47.733775Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/false.js �[39m�[1m�[2m 0.05 kB�[22m�[1m�[22m
2024-12-13T10:05:47.73403Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/index4.js �[39m�[1m�[2m 0.13 kB�[22m�[1m�[22m
2024-12-13T10:05:47.734313Z �[2m.svelte-kit/output/server/�[22m�[36mentries/pages/(legal)/legal/_page.svelte.js �[39m�[1m�[2m 0.16 kB�[22m�[1m�[22m
2024-12-13T10:05:47.734552Z �[2m.svelte-kit/output/server/�[22m�[36mentries/pages/(legal)/privacy/_page.svelte.js �[39m�[1m�[2m 0.16 kB�[22m�[1m�[22m
2024-12-13T10:05:47.734716Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/index-server.js �[39m�[1m�[2m 0.26 kB�[22m�[1m�[22m
2024-12-13T10:05:47.734792Z �[2m.svelte-kit/output/server/�[22m�[36mentries/pages/_layout.server.ts.js �[39m�[1m�[2m 0.27 kB�[22m�[1m�[22m
2024-12-13T10:05:47.734857Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/google.js �[39m�[1m�[2m 0.28 kB�[22m�[1m�[22m
2024-12-13T10:05:47.734981Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/facebook.js �[39m�[1m�[2m 0.29 kB�[22m�[1m�[22m
2024-12-13T10:05:47.735113Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/linkedin.js �[39m�[1m�[2m 0.29 kB�[22m�[1m�[22m
2024-12-13T10:05:47.73526Z �[2m.svelte-kit/output/server/�[22m�[36minternal.js �[39m�[1m�[2m 0.31 kB�[22m�[1m�[22m
2024-12-13T10:05:47.735442Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/equality.js �[39m�[1m�[2m 0.33 kB�[22m�[1m�[22m
2024-12-13T10:05:47.735553Z �[2m.svelte-kit/output/server/�[22m�[36mentries/endpoints/(auth)/logout/_server.ts.js �[39m�[1m�[2m 0.35 kB�[22m�[1m�[22m
2024-12-13T10:05:47.735665Z �[2m.svelte-kit/output/server/�[22m�[36mentries/pages/(auth)/register/_page.svelte.js �[39m�[1m�[2m 0.39 kB�[22m�[1m�[22m
2024-12-13T10:05:47.735779Z �[2m.svelte-kit/output/server/�[22m�[36mentries/endpoints/(dev)/r2/key/_server.ts.js �[39m�[1m�[2m 0.40 kB�[22m�[1m�[22m
2024-12-13T10:05:47.73591Z �[2m.svelte-kit/output/server/�[22m�[36mentries/fallbacks/error.svelte.js �[39m�[1m�[2m 0.52 kB�[22m�[1m�[22m
2024-12-13T10:05:47.736028Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/strings.js �[39m�[1m�[2m 0.57 kB�[22m�[1m�[22m
2024-12-13T10:05:47.736135Z �[2m.svelte-kit/output/server/�[22m�[36mentries/pages/(home)/_page.svelte.js �[39m�[1m�[2m 0.62 kB�[22m�[1m�[22m
2024-12-13T10:05:47.73623Z �[2m.svelte-kit/output/server/�[22m�[36mentries/endpoints/(auth)/login/facebook/_server.ts.js �[39m�[1m�[2m 0.66 kB�[22m�[1m�[22m
2024-12-13T10:05:47.736392Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/private.js �[39m�[1m�[2m 0.67 kB�[22m�[1m�[22m
2024-12-13T10:05:47.736497Z �[2m.svelte-kit/output/server/�[22m�[36mentries/endpoints/(auth)/login/linkedin/_server.ts.js �[39m�[1m�[2m 0.70 kB�[22m�[1m�[22m
2024-12-13T10:05:47.736683Z �[2m.svelte-kit/output/server/�[22m�[36mentries/endpoints/email/template/_server.ts.js �[39m�[1m�[2m 0.71 kB�[22m�[1m�[22m
2024-12-13T10:05:47.73683Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/schema2.js �[39m�[1m�[2m 0.72 kB�[22m�[1m�[22m
2024-12-13T10:05:47.73693Z �[2m.svelte-kit/output/server/�[22m�[36mentries/pages/(home)/_page.server.ts.js �[39m�[1m�[2m 0.86 kB�[22m�[1m�[22m
2024-12-13T10:05:47.73702Z �[2m.svelte-kit/output/server/�[22m�[36mentries/endpoints/(auth)/login/google/_server.ts.js �[39m�[1m�[2m 0.97 kB�[22m�[1m�[22m
2024-12-13T10:05:47.737117Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/schemas.js �[39m�[1m�[2m 1.16 kB�[22m�[1m�[22m
2024-12-13T10:05:47.737211Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/stores.js �[39m�[1m�[2m 1.20 kB�[22m�[1m�[22m
2024-12-13T10:05:47.737339Z �[2m.svelte-kit/output/server/�[22m�[36mentries/pages/(auth)/new-password/_page.server.ts.js �[39m�[1m�[2m 1.29 kB�[22m�[1m�[22m
2024-12-13T10:05:47.737473Z �[2m.svelte-kit/output/server/�[22m�[36mentries/pages/(auth)/login/_page.server.ts.js �[39m�[1m�[2m 1.47 kB�[22m�[1m�[22m
2024-12-13T10:05:47.737573Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/index5.js �[39m�[1m�[2m 1.73 kB�[22m�[1m�[22m
2024-12-13T10:05:47.737695Z �[2m.svelte-kit/output/server/�[22m�[36mentries/pages/(auth)/forgot-password/_page.server.ts.js �[39m�[1m�[2m 2.10 kB�[22m�[1m�[22m
2024-12-13T10:05:47.737767Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/Icon.js �[39m�[1m�[2m 2.16 kB�[22m�[1m�[22m
2024-12-13T10:05:47.737919Z �[2m.svelte-kit/output/server/�[22m�[36mentries/pages/(auth)/register/_page.server.ts.js �[39m�[1m�[2m 2.18 kB�[22m�[1m�[22m
2024-12-13T10:05:47.738038Z �[2m.svelte-kit/output/server/�[22m�[36mentries/pages/(auth)/forgot-password/_page.svelte.js �[39m�[1m�[2m 2.32 kB�[22m�[1m�[22m
2024-12-13T10:05:47.738159Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/server.js �[39m�[1m�[2m 2.52 kB�[22m�[1m�[22m
2024-12-13T10:05:47.738456Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/model.js �[39m�[1m�[2m 2.53 kB�[22m�[1m�[22m
2024-12-13T10:05:47.738632Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/index.js �[39m�[1m�[2m 2.59 kB�[22m�[1m�[22m
2024-12-13T10:05:47.738772Z �[2m.svelte-kit/output/server/�[22m�[36mentries/endpoints/(auth)/login/linkedin/callback/_server.ts.js �[39m�[1m�[2m 2.89 kB�[22m�[1m�[22m
2024-12-13T10:05:47.738975Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/index2.js �[39m�[1m�[2m 2.97 kB�[22m�[1m�[22m
2024-12-13T10:05:47.739479Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/auth-utils.js �[39m�[1m�[2m 3.04 kB�[22m�[1m�[22m
2024-12-13T10:05:47.739646Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/superValidate.js �[39m�[1m�[2m 3.07 kB�[22m�[1m�[22m
2024-12-13T10:05:47.739743Z �[2m.svelte-kit/output/server/�[22m�[36mentries/endpoints/(auth)/login/google/callback/_server.ts.js �[39m�[1m�[2m 3.15 kB�[22m�[1m�[22m
2024-12-13T10:05:47.739884Z �[2m.svelte-kit/output/server/�[22m�[36mentries/pages/(auth)/new-password/_page.svelte.js �[39m�[1m�[2m 3.33 kB�[22m�[1m�[22m
2024-12-13T10:05:47.739981Z �[2m.svelte-kit/output/server/�[22m�[36mentries/endpoints/(auth)/login/facebook/callback/_server.ts.js �[39m�[1m�[2m 3.70 kB�[22m�[1m�[22m
2024-12-13T10:05:47.740054Z �[2m.svelte-kit/output/server/�[22m�[36mentries/pages/(auth)/login/_page.svelte.js �[39m�[1m�[2m 3.90 kB�[22m�[1m�[22m
2024-12-13T10:05:47.740114Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/schema.js �[39m�[1m�[2m 4.06 kB�[22m�[1m�[22m
2024-12-13T10:05:47.740171Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/client.js �[39m�[1m�[2m 4.45 kB�[22m�[1m�[22m
2024-12-13T10:05:47.740227Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/RegisterForm.js �[39m�[1m�[2m 5.06 kB�[22m�[1m�[22m
2024-12-13T10:05:47.740283Z �[2m.svelte-kit/output/server/�[22m�[36mentries/pages/secret/_page.server.ts.js �[39m�[1m�[2m 5.33 kB�[22m�[1m�[22m
2024-12-13T10:05:47.740361Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/hooks.server.js �[39m�[1m�[2m 5.38 kB�[22m�[1m�[22m
2024-12-13T10:05:47.740419Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/exports.js �[39m�[1m�[2m 6.09 kB�[22m�[1m�[22m
2024-12-13T10:05:47.740479Z �[2m.svelte-kit/output/server/�[22m�[36mentries/pages/_layout.svelte.js �[39m�[1m�[2m 7.87 kB�[22m�[1m�[22m
2024-12-13T10:05:47.740545Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/field-errors.js �[39m�[1m�[2m 8.80 kB�[22m�[1m�[22m
2024-12-13T10:05:47.740639Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/stringify.js �[39m�[1m�[2m 9.79 kB�[22m�[1m�[22m
2024-12-13T10:05:47.740764Z �[2m.svelte-kit/output/server/�[22m�[36mentries/pages/secret/_page.svelte.js �[39m�[1m�[2m 11.47 kB�[22m�[1m�[22m
2024-12-13T10:05:47.74085Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/internal.js �[39m�[1m�[2m 18.44 kB�[22m�[1m�[22m
2024-12-13T10:05:47.740926Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/index3.js �[39m�[1m�[2m 33.61 kB�[22m�[1m�[22m
2024-12-13T10:05:47.740991Z �[2m.svelte-kit/output/server/�[22m�[36mindex.js �[39m�[1m�[2m109.97 kB�[22m�[1m�[22m
2024-12-13T10:05:47.741061Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/zod.js �[39m�[1m�[2m134.58 kB�[22m�[1m�[22m
2024-12-13T10:05:47.741172Z �[2m.svelte-kit/output/server/�[22m�[36mchunks/reset-password.js �[39m�[1m�[2m200.92 kB�[22m�[1m�[22m
2024-12-13T10:05:47.741427Z �[32m✓ built in 19.02s�[39m
2024-12-13T10:05:47.741534Z
2024-12-13T10:05:47.741643Z Run npm run preview to preview your production build locally.
2024-12-13T10:05:47.743443Z
2024-12-13T10:05:47.74365Z > Using @sveltejs/adapter-cloudflare
2024-12-13T10:05:47.922804Z ✔ done
2024-12-13T10:05:48.123693Z Finished
2024-12-13T10:05:48.124267Z Found _worker.js in output directory. Uploading.
2024-12-13T10:05:48.129635Z ⛅️ wrangler 3.92.0
2024-12-13T10:05:48.129843Z -------------------
2024-12-13T10:05:49.069452Z ✨ Compiled Worker successfully
2024-12-13T10:05:49.107644Z Found _routes.json in output directory. Uploading.
2024-12-13T10:05:49.118975Z Validating asset output directory
2024-12-13T10:05:50.755624Z Deploying your site to Cloudflare's global network...
2024-12-13T10:05:53.091618Z Parsed 2 valid header rules.
2024-12-13T10:05:54.362594Z Uploading... (10/39)
2024-12-13T10:05:54.938603Z Uploading... (20/39)
2024-12-13T10:05:55.095082Z Uploading... (29/39)
2024-12-13T10:05:55.523261Z Uploading... (39/39)
2024-12-13T10:05:55.523665Z ✨ Success! Uploaded 29 files (10 already uploaded) (1.59 sec)
2024-12-13T10:05:55.523782Z
2024-12-13T10:05:55.806502Z ✨ Upload complete!
2024-12-13T10:05:58.935315Z Success: Assets published!
2024-12-13T10:06:07.498047Z Error: Failed to publish your Function. Got error: An unknown error has occured. If this error persists, please file a report in the workers-sdk GitHub repository (https://github.com/cloudflare/workers-sdk/issues) or reach out to your account team.
Please provide a link to a minimal reproduction
No response
Please provide any relevant error logs
No response
The text was updated successfully, but these errors were encountered: