Next.js Discord

Discord Forum

POST request not found

Answered
Dwarf Crocodile posted this in #help-forum
Open in Discord
Dwarf CrocodileOP
Good afternoon! Please tell me why I can’t send a request as if it doesn’t exist (error 404)
Placed in the pages/api/upload.js directory
Answered by joulev
don't put it inside app. move the pages directory outside app
View full answer

6 Replies

@joulev are you putting it in `app/pages/api/upload.js`?
Dwarf CrocodileOP
Yes
@Dwarf Crocodile Yes
don't put it inside app. move the pages directory outside app
Answer
@joulev don't put it inside `app`. move the pages directory outside `app`
Dwarf CrocodileOP
Like this?
@Dwarf Crocodile Like this?
yes now you can fetch /api/upload
@joulev yes now you can fetch `/api/upload`
Dwarf CrocodileOP
Thanks