Quality Assurance Projects - Sudoku Solver

Tell us what’s happening:

Hello,
The route /api/solve is not receiving the solved puzzle.
The method solve() itself seems to works well. The log in console when puzzle is solved is working, but once in “api.js file”, the resultof calling this method is empty when the puzzle is solved.
Thanks for your help

###Your project link(s)

solution: https://3000-freecodecam-boilerplate-ga40e40g9ms.ws-eu114.gitpod.io

githubLink: https://freecodecam-boilerplate-ga40e40g9ms.ws-eu114.gitpod.io
GitHub - davidade7/fCC-sudoku-solver

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

Challenge Information:

Quality Assurance Projects - Sudoku Solver

Solved,

i was not returning my call the the recursive function.

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