Replies: 1 comment
-
What's the Next.js version? weird that the middleware checks for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I’ve recently taken over the development of a project started by someone else, and I’ve encountered this weird issue regarding the app routing that I need some help with.
When testing the project with postman, and hit the '/api/file/upload' it returns 404 error. But when I hit the API with '/file/upload/' it returns 200.
I've read the similar issue with this #74213. Any help for this issue?
Thank you.
Additional information
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions