Giter VIP home page Giter VIP logo

broccoli-frontend's Introduction

Broccoli-Frontend


broccoli-frontend's People

Contributors

dusunax avatar somfist avatar unchaptered avatar

Stargazers

JC avatar

Forkers

codeing999

broccoli-frontend's Issues

Frontend - Wide Frame

  • 2022-07-22, 서비스 와이어 프레임 설계하는 시간을 가졌습니다.

Image

AxiosError

AxiosError {message: 'Unsupported protocol localhost:', name: 'AxiosError', code: 'ERR_BAD_REQUEST', config: {…}}
code: "ERR_BAD_REQUEST"
config: {transitional: {…}, transformRequest: Array(1), transformResponse: Array(1), timeout: 0, adapter: ƒ, …}
message: "Unsupported protocol localhost:"
name: "AxiosError"
[[Prototype]]: Error
image

Axios: post 작동 안함

AXIOS 연결 오류

  • AXIOS가 GET은 작동하지만, POST가 작동하지 않음
  • then의 res나 catch의 err가 아예 찍히지 않음
  • finally의 log도 찍히지 않음
axios.post('http://localhost:3000/auth/login', 
    {"email": "tes@2e13t",
    "password": "2434f34c"}
).then(res=>console.log(res.data))
.catch(err=>{
    console.log(err.response.data);
})
.finally(() => console.log('axios 실행'))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.