Vercel + Sveltekit not working #8962
-
Looks like #8902 could have/did create a breaking bug when trying to deploy to Vercel. Originally thought it was a Vercel issue but turns out it's not How can I solve this? |
Beta Was this translation helpful? Give feedback.
Answered by
eltigerchino
Feb 9, 2023
Replies: 1 comment
-
You'll either need to upgrade @sveltejs/kit to version 1.5.0 or upgrade adapter-auto to 2.0.0. There was a recent update to all adapters that required a minimum version of sveltekit. However, adapter-auto would still downloaded the latest adapter versions without checking the sveltekit version. This update to adapter-auto fixes that. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
samfcheng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You'll either need to upgrade @sveltejs/kit to version 1.5.0 or upgrade adapter-auto to 2.0.0.
There was a recent update to all adapters that required a minimum version of sveltekit. However, adapter-auto would still downloaded the latest adapter versions without checking the sveltekit version. This update to adapter-auto fixes that.