POST request not found
Answered
Dwarf Crocodile posted this in #help-forum
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
Placed in the
pages/api/upload.js directory6 Replies
@Dwarf Crocodile 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
are you putting it in
app/pages/api/upload.js?@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 appAnswer
@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