aaron-rub / aaron-rub1

1 stars 0 forks source link

Debugging Session #7

Open aaron-rub opened 6 months ago

aaron-rub commented 6 months ago

Backend running using debugging

image

breakpoint on endpoint image

image

stepping through image

Failed due to a possible CORS error, most likely something wrong with my origin in the backend for my frontend port. This tells me that I should probably go back to the backend repo and try and fix it in order for functionality. The CORS error is preventing me from fetching the data -> I need to make sure that I have my backend origins correct with my frontend port on localhost (127.0.0.1).

Came across another error after fixing origins -> solved quickly by restarting the spring server

DasMoge124 commented 6 months ago

1.8/2. It seems like he used Mortenson's GitHub repository. Don't see screenshots of proof of debugging