-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
@sveltejs/adapter-vercel not working anymore at vercel.com #3143
Comments
Investigating |
Can you try with |
This got me back in working order. |
Oh, hang on — you're referencing The error that would have told you that is only printed in dev mode. Perhaps we should add it to prod mode too. |
(Change |
Even though it seems he is using older version? I for sure had to make this change on latest release but not on older ones.
Nevermind, I just realised that with 'next' set, Vercel would get the latest version. So I guess he will have to stick with a specific version or make changes. |
In all likelihood a newer version is being installed on Vercel. This would explain why it works locally |
There i go thinking and typing at different timings... |
url and params are not available in $app/stores like described in "...and the page store has been replaced with url and params stores" #3126 page store doesn't contain url see console.log ... In dev mode all works fine like it used to be. Seems like the fresh npm install is not installing that version which is using the new stores.... |
Consult the docs, not the PR (things changed between the initial comment and what ended up getting shipped). You're looking for the |
Now I can see it in dev mode too when I change "@sveltejs/kit": "next" to "@sveltejs/kit": "1.0.0-next.209". Bummer.... |
You should be getting an error message that tells you how to fix it? |
Looks like the issue is resolved — we okay to close this? |
BTW, using simply
|
@Rich-Harris yes okay to close. Thanks for the support. Best wishes for the New Year! ;-) |
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.
Reproduction
Try to deploy on vercel.
Logs
No response
System Info
Severity
blocking all usage of SvelteKit
Additional Information
No response
The text was updated successfully, but these errors were encountered: