Next.js Discord

Discord Forum

API route return 405 ?

Answered
Eurasian Blackbird posted this in #help-forum
Open in Discord
Eurasian BlackbirdOP
Just testing my api Route on postman and I have a 405...Don't really know why :
export async function POST(req: NextRequest) {
console.log('?');
...
}

The logged message never appear. And I am doing a post request on postman
Answered by Toyger
can you provide full code?
are you returning anything? because if not then it can be your problem.
do you have any other errors in server logs?
View full answer

2 Replies

Toyger
can you provide full code?
are you returning anything? because if not then it can be your problem.
do you have any other errors in server logs?
Answer
Eurasian BlackbirdOP
I found my problem ^^ was not coming from next but from my caddy config, sorry but thank you for replying :d