-
-
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
Cloudflare Workers/Pages adapter doesn't work with Flydrive #13005
Cloudflare Workers/Pages adapter doesn't work with Flydrive #13005
Comments
I've tried to enable |
I'm unable to reproduce the issue after downloading the repository, installing, and building it. Please provide another minimal reproduction. |
https://github.com/svelterust/flydrive-pages Hey, I changed to another package. The same issue is occuring, but during runtime instead. I talked to the developer of
It's working with regular workers now, so seems like it's an adapter/bundling issue now. |
We're still bundling in the Cloudflare workers adapter until #13072 is merged. Maybe we can separate that and the Workers Static Assets change into different PRs. |
Describe the bug
I'm trying to use Flydrive with SvelteKit using the any of the Cloudflare adapters but none of them work. The same imports work with Hono, so I'm guessing there's something going on here.
My goal is to use local filesystem while developing, then in production use S3 so that it works with Cloudflare Pages.
Reproduction
https://github.com/svelterust/flydrive-pages
Logs
The text was updated successfully, but these errors were encountered: