-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Update to support SvelteKit 2.0 #140
Comments
Yes, we need sveltekit 2 support. |
I will not be able to work on this until the new year, but anyone can work on a PR I will happily make a release |
how can we know what files to modify, what is the first step? |
I haven't myself yet tried to migrate a project with the adapter to V2, so don't know what might be needed. I assume the ticket got opened because something isn't working? |
Yes, your adapter is not working with sveltekit 2, there is an error regarding the build folder, i believe it changed with sveltekit 2. |
Issues I've noticed include:
Additionally, svelte-adapter-appengine worked great for me in a test webap at sveltekit v1.27.4 but, since I moved to 2.0.0, deployments to app engine fail with an "Invalid request body" error. I'm still investigating the issue - most likely a problem at my end, so please don't get discouraged. This library has enormous potential. |
Thanks @mjoycemilburn for the list.
The demo app works fine with sveltekit 2.0. If you are able to identify any other issues with the adapter and v2, please re-open this issue. |
Hi Jonas,
Thanks for picking up my comments. Great to find you back on the case (if
also slightly disturbing to note that you hadn't anything better to do on
New Year's Day!). But this stuff is all super-exciting, so
you're easily forgiven.
As I said, I'm very new to Svelte, so my "Invalid request body" with a v2
build is almost certainly down to my own incompetence. I'll be working on
my project over the next few weeks so will update you shortly.
In the meantime, a Happy (and, I trust, well-paid) New Year to you.
With best wishes, MartinJ
…On Mon, 1 Jan 2024 at 20:00, Jonas Jongejan ***@***.***> wrote:
Thanks @mjoycemilburn <https://github.com/mjoycemilburn> for the list.
1. This seems to only be a README change, not actually requiring any
changes to the adapter itself.
2. Changing the default nodejs runtime to v18 now: #145
<#145>
3. Thanks for pointing out the url was dead. Didn't have anything to
do with sveltekit 2, the project had just been deleted by accident. Deployed
again <https://svelte-adapter-demo.uc.r.appspot.com/> #146
<#146>
The demo app works fine with sveltekit 2.0. If you are able to identify
any other issues with the adapter and v2, please re-open this issue.
—
Reply to this email directly, view it on GitHub
<#140 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADIP2ITMFXAZINARBAQTXWTYMMIWXAVCNFSM6AAAAABA2XOGKKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZTGQ2TSNJSG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
With Sveltekit 2.0 now released it would be great to update this to support it.
https://svelte.dev/blog/sveltekit-2
The text was updated successfully, but these errors were encountered: