Skip to content

Network Drive issue #96

@NguyenHoangMinhkkkk

Description

@NguyenHoangMinhkkkk

Hi, i'm facing a problem with network drive and pm2

i wrote an NextJs App, using FS for reading files.
and the problem occurs when my App try to read file from a Network drive in windows.

const fs = require('fs')
fs.readFileSync("Z:\Folder\data.txt")

"Z:\" is a network drive

in development, fs works as normally, but release for pm2 service to run, fs cannot read the file path and said file not exist.
pm2 and my App working fine with local drives like "C:\"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions