kit: @sveltejs/adapter-vercel not working anymore at vercel.com

Describe the bug

I have several SvelteKit websites hosted at vercel.com using @sveltejs/adapter-vercel. Since today (30/12/2021) deploys are not working anymore. If you run “npm run build” locally it works fine. Not on vercel itself.

Screenshot from 2021-12-30 20-31-11

Reproduction

Try to deploy on vercel.

Logs

No response

System Info

System:
    OS: Linux 5.11 Ubuntu 20.04.3 LTS (Focal Fossa)
    CPU: (16) x64 AMD Ryzen 9 5900HX with Radeon Graphics
    Memory: 42.46 GB / 62.71 GB
    Container: Yes
    Shell: 5.0.17 - /bin/bash
  Binaries:
    Node: 16.13.1 - ~/.nvm/versions/node/v16.13.1/bin/node
    npm: 8.1.4 - ~/.nvm/versions/node/v16.13.1/bin/npm
  Browsers:
    Chrome: 98.0.4758.9
  npmPackages:
    @glidejs/glide: ^3.5.2 => 3.5.2 
    @sveltejs/adapter-vercel: next => 1.0.0-next.32 
    @sveltejs/kit: next => 1.0.0-next.201 
    @tailwindcss/aspect-ratio: ^0.4.0 => 0.4.0 
    @tailwindcss/forms: ^0.4.0 => 0.4.0 
    @types/glidejs__glide: ^3.4.1 => 3.4.1 
    @typescript-eslint/eslint-plugin: ^4.31.1 => 4.33.0 
    @typescript-eslint/parser: ^4.31.1 => 4.33.0 
    autoprefixer: ^10.4.0 => 10.4.0 
    cssnano: ^5.0.6 => 5.0.12 
    eslint: ^7.32.0 => 7.32.0 
    eslint-plugin-svelte3: ^3.2.0 => 3.2.1 
    motion: ^10.4.0 => 10.4.0 
    postcss: ^8.4.5 => 8.4.5 
    postcss-load-config: ^3.1.0 => 3.1.0 
    sanitize-html: ^2.5.3 => 2.6.0 
    storyblok-js-client: ^4.1.5 => 4.1.5 
    svelte: ^3.38.2 => 3.44.2 
    svelte-check: ^2.2.6 => 2.2.10 
    svelte-preprocess: ^4.7.3 => 4.9.8 
    tailwind-scrollbar-hide: ^1.0.3 => 1.1.6 
    tailwindcss: ^3.0.2 => 3.0.2 
    tslib: ^2.3.1 => 2.3.1 
    typescript: ^4.5.2 => 4.5.2

Severity

blocking all usage of SvelteKit

Additional Information

No response

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 2
  • Comments: 19 (10 by maintainers)

Most upvoted comments

Investigating

@Rich-Harris yes okay to close. Thanks for the support. Best wishes for the New Year! 😉

Can you try with @sveltejs/adapter-vercel@1.0.0-next.34?

This got me back in working order.