node-gallery icon indicating copy to clipboard operation
node-gallery copied to clipboard

No album found

Open ponderMuse opened this issue 8 years ago • 2 comments

Hello, I am trying to use node-gallery in a node js/Express/Jade project I am working on.

Having followed the instructions in this project, I am getting the following error when I visit my localhost:3000/gallery page:

{"message":"No album found","error":{"errno":-2,"code":"ENOENT","syscall":"scandir","path":"./resources/photos"}}

I am new to node js, Express and Jade and I am not sure what this error means or how to solve it?

Thanks for any help on this.

ponderMuse avatar Dec 11 '16 11:12 ponderMuse

A work around I found useful was to use absolute paths. Even then, it wasn't working, so I ended up prefixing the path by many ../../../

ghost avatar Mar 23 '17 22:03 ghost

I have the same problem and i've tried many ways to solve it without success...

alisonmoura avatar Dec 06 '17 11:12 alisonmoura