405 error image upload

김용희·2022년 4월 7일
0

Failed to load resource: the server responded with a status of 405 (Not Allowed)

next-dev.js?3515:32 Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of DomWrapper which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node

next-dev.js?3515:32 경고: findDOMNode는 StrictMode에서 더 이상 사용되지 않습니다. findDOMNode는 StrictMode 내부에 있는 DomWrapper의 인스턴스를 전달했습니다. 대신 참조하려는 요소에 직접 참조를 추가하십시오. 여기에서 refs를 안전하게 사용하는 방법에 대해 자세히 알아보십시오. https://reactjs.org/link/strict-mode-find-node

POST 405 (Not Allowed)

을 검색하면 최상단에 아래가 추천검색어로 뜬다.

Nginx 405 not allowed 해결
https://intrepidgeeks.com/tutorial/the-nginx-static-file-responds-to-the-post-request-and-405-does-not-allow-error-elimination

크게 405 에러는 4가지 이유로 발생한다.

1.back 과의 post맵핑 불일치 or 백환경첨가

  1. 컴퓨터 http 활성화

  2. form 태그안에 button 삽입

  3. Nginx
    로컬은 되는데 배포에서 안되는거면 Nginx 가능성도 있을 수 있다.

profile
He threw his knapsack over the brick wall

0개의 댓글