Error 404 in routes

Hi, I have seen that other members have posted the same issue on the forum, but the solutions implemented have not worked for me. there is even a video on strapi’s yotube channel for this problem:

apparently the problem is that the routes are loaded in alphabetical order and so when we add custom routes we must make sure that our route file is the first to be loaded by strapi.

try to implement that solution by adding “1-” to the custom file and “2-” to the Core paths. And to make sure I put a console.log to make sure that the custom paths were the first to be read by strapi.

But it didn’t work as expected, does anyone have any other method or information you can provide?

Thank you very much