-
Notifications
You must be signed in to change notification settings - Fork 80
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
Can I use this for cloudflare R2 #183
Comments
I use app router,but it seems the document doesn't provide details about how to use app router with cloudflare. |
Hi, I am using it with cloudflare and pages but cloudflare require to run it on the EDGE. I don't know how to make it work that. Here is my config that works when the EDGE is not set import { APIRoute } from 'next-s3-upload' export default APIRoute.configure({ }) export const runtime = 'edge' |
I followed the documentation to configure with Cloudflare R2, It's saying some errors. ` export default APIRoute.configure({ ERROR: Anyone can fix this error? |
Since it use the same repo
The text was updated successfully, but these errors were encountered: