728x90
Uncaught (in promise) AxiosError {message: 'Request failed with status code 504', name: 'AxiosError', code: 'ERR_BAD_RESPONSE', config: {…}, request: XMLHttpRequest, …}
์์ ๊ฐ์ ์๋ฌ๊ฐ ๋ฌ๊ณ ..

์ด๋ป๊ฒ ํด๊ฒฐํด์ผํ๋์ง ๋ชจ๋ฅด๋ ์ํใ
Uncaught (in promise) ์๋ฏธ
What does that log "Uncaught (in promise)" mean? It means that there was an error in one of our promises, but we did not write any code in order to handle that error and try to catch it.
Promises - Error Handling
wesbos.com
504 Gateway Timeout
504 Gateway Timeout - HTTP | MDN
ํ์ดํผํ ์คํธ ์ ์ก ํ๋กํ ์ฝ (HTTP) 504 Gateway Timeout ์๋ฒ ์๋ฌ ์๋ต ์ฝ๋๋ ์๋ฒ๊ฐ ๊ฒ์ดํธ์จ์ด(gateway) ํน์ ํ๋ก์(proxy)์ ์ญํ ์ ํ๋ ๋์ ์๊ฐ ์์ ์ ์คํธ๋ฆผ ์๋ฒ(upstream server)๋ก๋ถํฐ ์์ฒญ์ ๋ง
developer.mozilla.org