-
Notifications
You must be signed in to change notification settings - Fork 498
Open
Description
POST http://127.0.0.1:8000/follow/2 500 (Internal Server Error)
i have this error when i try to
`methods: {
followUser() {
axios
.post("/follow/" + this.userId)
.then((response) => {
this.status = !this.status;
console.log(response.data);
})
.catch((errors) => {
if (errors.response.status == 401) {
window.location = "/login";
}
});
},
},`
i think i have a problem with axios
Metadata
Metadata
Assignees
Labels
No labels