프론트엔드 정복하기
배포 session 오류 해결 본문
https://chaewonkong.github.io/posts/express-with-react.html
proxy
beauty_prod_list 에서는 3000번에 axios하니 됐고
loginPage에서는 agmall.com 에 axios하니 됐따.
5000번이 아닌.. client에서 3000번에 axios 했더니 해결됐따...?
netlify proxy 설정
https://docs.netlify.com/routing/redirects/rewrites-proxies/#proxy-to-another-service
cors module 다운로드 후에
require cors
app.use(cors()) 하니
cors 관련 err msg가 사라진듯 하다.
objectID 못읽는 줄 알고 아래 링크대로 햇는데. 또 나중엔 objec... 삭제해도 됐음..
https://stackoverflow.com/questions/37871459/mongodb-from-mlab-find-by-id-not-working
mLab에서 쓸데없는 user 삭제한 후.. 성공한 듯 ..?
'개발노트' 카테고리의 다른 글
Set 객체 (0) | 2021.07.08 |
---|---|
zero fill style (00, 01, ...24) 형태로 나타내기 (0) | 2021.07.08 |
ESLint 규칙 - 함수 매개변수 재할당 금지 (0) | 2021.05.27 |
배포 후 로그아웃이 안되는 문제 (0) | 2020.09.15 |
배포 후 쿠키, 세션 문제 (0) | 2020.09.15 |