Hello Igor, how's going! This error ocurred on new axios installation `"axios": "^1.3.3"`. The problem has solved removed the commom in the line 23. Only need to change `config.headers.commom.Authorization = ....` to `config.headers.Authorization = ....` Thanks for the great course... https://github.com/vuejs-br/treinamento-vue3-code/blob/a54695dea941270ab22211d5a48b679c478b9051/dashboard/src/services/index.js#L23