250x250
반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- Jenkins
- linux
- javascript
- webhook
- Spring
- AWS
- fastapi
- EC2
- macbook
- python
- Java
- springboot
- RDS
- React
- axios
- docker
- github
- Github Actions
- Express
- TypeScript
- nodejs
- Troubleshooting
- 500
- js
- deploy
- ngrok
- MUI
- AWS EC2
- error
- MongoDB
Archives
- Today
- Total
BEAT A SHOTGUN
[TROUBLESHOOTING] Ambiguous handler methods mapped for '/api/v1/post/***' 500 ERROR 본문
카테고리 없음
[TROUBLESHOOTING] Ambiguous handler methods mapped for '/api/v1/post/***' 500 ERROR
thovy 2022. 10. 27. 02:12728x90
반응형
SMALL
❌ERROR
When I tried to test a method, I saw
Ambiguous handler methods mapped for '/api/v1/post/***' 500 ERROR
THE CAUSE
Because I had multiple methods that have using the same url
.
✅SOLUTION
Check the Controller
. You can find the duplicated URL
and change it.
END
EASY😉
LET'S BE CAREFUL NOT TO BE STUPID!
728x90
반응형
LIST
Comments