Whats the problem? If you need to read a file (.txt, .json etc) from your public folder into your Netlify Functions API, the path resolution is not straightforward. Your code might work locally using next dev, but when you deploy the build to Netlify, the paths don’t work anymore. Whats the fix? First, you need to…