Backend and Frontend for Match History - #239
Conversation
Swe-yy
left a comment
There was a problem hiding this comment.
I saw you rolled back the achievement changes, however I'm still getting errors becuase there is no achievement table in the init.sql but one of the scripts is trying to populate that table.
Did you update the verifier in the auth service
I'm getting an error and the backend container is crashing
My bad!!! I forgot to remove that. I accidentally started working in this branch. I'll fix that. I don't remember touching the auth service but I will check it out. Did it crash when you tried to run docker compose up or do something else? @Swe-yy |
Yes the backend docker container won't start |
|
That's so weird; it's working for me on my machine...
|




What does this PR do?
Adds the backend services and controllers to be able to display a player's match history.
Related issue
How to test