Guys I'm trying to push on netlify an api made with node/express on local all works great, but on netlify I can't access any of the routes, is there something in particular I'd have to do to have it working on netlify?
Jul 31, 2022, 12:05 AM
The environment variables are already set on netlify
in the end I made a mistake between devdeps and deps, heroku at least gave me a way to check what was the issue
Jul 31, 2022, 1:43 AM