PLEASE HELP ! It is just one issue

Tell us what’s happening:
My project has an error in the /api/check about a value and I really can not find the issue, even when I look at the debug console the way @Sky020 taught me I don’t see it, please help just this part fCC fam:
Screenshot_2021-03-21 freeCodeCamp org
this the error, the functional and unit tests maybe peturbed by this problem I think.

Your project link(s)
https://replit.com/join/uwuqbkep-kennethbit

solution: https://boilerplate-project-sudoku-solver.kennethbit.repl.co

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:86.0) Gecko/20100101 Firefox/86.0.

Challenge: Sudoku Solver

Link to the challenge:

Hello there,

I have commented on the routes/api.js, which you should be able to see.

Essentially, I think the issue is, the test expects valid: true to be returned, if the value posted is the same as the existing value in the grid, which does not happen with your current checks.

Hope this helps

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.