adapter-vercel
deployment error with split: true
option
#7723
Labels
Milestone
adapter-vercel
deployment error with split: true
option
#7723
Describe the bug
When deploying a sveltekit project with the
adapter-vercel
andsplit: true
option in svelte.config.js, deployment failes with the following message:Reproduction
create repo at github
Import project to vercel with default options
Add
"@sveltejs/adapter-vercel": "next"
to the devDependencies in yourpackage.json
and runpnpm install
update
svelte.config.js
like this:Commit and push changes
Logs
with
split: true
failed deploy:with
split: false
deploy succeeded:System Info
Severity
serious, but I can work around it (just set
split: false
)Additional Information
public github repo with the issue and detailed steps to reproduce it: https://github.com./opensas/vercel-split-test#steps-to-reproduce
The text was updated successfully, but these errors were encountered: