Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tratamento de Erros Backend #117

Closed
wants to merge 2 commits into from
Closed

Conversation

DLBrianPina
Copy link
Contributor

Descrição

Criação de classes que representam os erros HTTP e de um middleware global para retornar os erros adequados.

Resolve (Issues)

Tratamento de Erros Backend

Tarefas gerais realizadas

  • Criação de classes que representam os erros HTTP
  • Criação do middleware de tratamento de erros
  • Remoção de clausulas de try/catch repetidas

Copy link
Contributor

@thiagohdaqw thiagohdaqw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trabalho muito bem feito, parabéns! Ainda não consegui testar com o frontend, mas assim que sobrar um tempo eu testo. Encontrei alguns probleminhas no codigo que falo mais abaixo.

src/controllers/CampaignController.js Show resolved Hide resolved
src/utils/errorHandler.js Outdated Show resolved Hide resolved
Copy link
Contributor

@thiagohdaqw thiagohdaqw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comecei a revisar o codigo e tá muito bom, trabalho de suma importancia! Entretanto, quando fui testar, obtive esse erro. Esse erro só acontece no meu computador ou no seu também?

Captura de tela de 2021-09-17 18-43-01

src/utils/errorHandler.js Outdated Show resolved Hide resolved
src/utils/errorHandler.js Outdated Show resolved Hide resolved
Copy link
Contributor

@thiagohdaqw thiagohdaqw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bom, pelos vários testes que fiz, o middleware não está funcionando. Um exemplo fácil de se testar é mandar uma requisição para uma rota que precisa estar autenticado com um token invalido. Deveria responder com o UnauthorizedError, mas não é enviado nenhuma resposta. Acredito que o express não está linkando com o errorHandler, pois não está nem entrando nesse metodo.

utils/validation/middlewares/authFirebase.js no metodo isAuthenticated
image

Requisição:
image

Terminal:
image

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
1.0% 1.0% Duplication

@devsalula devsalula removed their request for review July 13, 2022 13:33
@Sabanai104 Sabanai104 closed this Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants