-
Notifications
You must be signed in to change notification settings - Fork 81
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
Add custom endpoint with App router #171
Comments
does this work? import { POST as route } from "next-s3-upload/route";
export const POST = route.configure({
// ...
}); |
I get an error: hostname: |
Can you share your code? |
This answer is very late but I still want to share to who need it and thank to your answer @ryanto
|
I having the same Problem.
My Code:
Somehow he tries to call amazonaws, even if i want to use another endpoint. Did anyone found a solution? Best, |
Currently using the AppRouter configuration
export { POST } from "next-s3-upload/route";
There is no way to add a custom endpoint
The text was updated successfully, but these errors were encountered: