Can’t fetch file on a Synology NAS from NextJS serverside
I’m encountering an issue when trying to fetch data from my Next.js app. The data I want to retrieve is located is my NAS Synology device. When I make the fetch request from the NextJS app on server side, I receive a “Connect Timeout Error,” while the same request works fine with a curl or in my browser.
Here’s the error message I’m getting: