vibha-yganji / student-vibha

Base repository where all work for 2 trimesters of CSP was done; contains reflections and overviews of work completed during this time
https://vibha-yganji.github.io/student-vibha/
MIT License
0 stars 0 forks source link

Debugging Test #4

Open vibha-yganji opened 4 months ago

vibha-yganji commented 4 months ago

Error of Interest

Issue - Login does not work despite entering a registered user.

I create a new user and enter the corresponding credentials on login page that I am redirected to following successful login.

The schema table on the backend is update with the details of the new user.

Attempting to provide the same credentials in the login gives a Failed to Fetch error in the Chrome Dev Tools console.


Debugging Steps

A breakpoint is inside of the Security class in the backend which is the API endpoint for the login/authentication function.

hanr12 commented 4 months ago

0.86: shows good understanding of how to use the breakpoints to fix the errors, but could show a bit more on the process of how it works

jm1021 commented 4 months ago

Starts off well. Not very convincing when you are asked to show data and steps.