-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Cloudflare Adapter 6.0 build fails #13621
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
Comments
Please provide a minimal reproduction in the form of a repository. To diagnose the root cause, we'd need to know:
Without a minimal reproduction, it's just a guessing game as to what the issue is, and there's no way to test if a solution fixes it. |
Seems that #13610 was not a proper fix as it doesn't include the server-side dependencies. One workaround for now would be to set import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()],
+ ssr: {
+ noExternal: true
+ }
}); |
Describe the bug
If I update from 5.1 (which builds successfully) to 6.0, everything is fine until the very end, when I get the following error.
Have no idea what is the cause. Roll back to 5.1 and it works again.
Reproduction
Cloudflare Adapter 6.0 has just been release.
I've tested using it on two different Pages projects and get the same error message.
Logs
System Info
Severity
blocking an upgrade
Additional Information
No response
The text was updated successfully, but these errors were encountered: