Quality Assurance Projects - Sudoku Solver

Hello There i want to share my repo about the certificate project in Backend Dev, Quality Asuurance:

I have tried diffrent things so far but i cant pass the only test that is failing:

// running tests 8. The return value from the

POST

to

/api/check

will be an object containing a

valid

property, which is

true

if the number may be placed at the provided coordinate and

false

if the number may not. If false, the returned object will also contain a

conflict

property which is an array containing the strings

"row"

,

"column"

, and/or

"region"

depending on which makes the placement invalid. // tests completed

I am out of ideas. I know Certificcate Projects are for understanding and solving. But maybe there is an issue that is not from my side…

Can someone help me out?

solution: https://3000-freecodecam-boilerplate-judfmhxzekv.ws-eu116.gitpod.io

githubLink: GitHub - sinanoksz/Sudoku-Solver

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0

Challenge Information:

Quality Assurance Projects - Sudoku Solver

Is the github link what you used to clone this or is that the the project in it`s finished state? So far I was able to clone there boilerplate only. As far a the solution goes its kind of hard to help out because gitpod times out in thirty minutes. To sum it up how am I to run the program to so I can check it, may be you could post the two links you are using to run the test on FCC.