ajax 내부 코드에서 dataType: json으로 설정해놓았지만
controller에서 넘어오는 값은 void이기 때문에 계속 에러가 생긴다.
(table insert였기 때문에)
해결방안
dataType: json을 삭제해주면 된다.
'ERROR' 카테고리의 다른 글
| [Vue3] vue Uncaught (in promise) ReferenceError: React is not defined (0) | 2024.11.01 |
|---|---|
| submit is not a function at HTMLAnchorElement.onclick 에러 (0) | 2024.06.20 |
| [SpringSecurity] multipart/form-data 에러(CSRF 처리) (0) | 2023.12.11 |
| [FTP] Permission Denied 파일질라 FileZilla 에러 (0) | 2023.12.06 |