swsnu / swpp2019-team5

WearHouse - Your very own fashion Warehouse
3 stars 4 forks source link

[Bug] Signup doesn't redirect #72

Closed haesookim closed 4 years ago

haesookim commented 4 years ago

Current code dictates that the signUp() action should redirect to /main but is not working

Might be related to behavior when POST call is sent, The following Proxy Error is returned (post request is processed successfully - 새 User는 만들어집니다)

Proxy error: Could not proxy request /api/user/ from localhost:3000 to http://127.0.0.1:8000/.
See https://nodejs.org/api/errors.html#errors_common_system_errors for more information (ECONNRESET).
haesookim commented 4 years ago

원인 발견! 이전 코드에서 Button이

태그 안에 함께 묶여 있어서 그랬습니다!