jimmynicol / image-resizer

On-the-fly image resizing using Node.js and GraphicsMagick. Heroku Ready!
MIT License
340 stars 105 forks source link

'The specified key does not exist.' error when used behind Nginx. #87

Open conalllaverty opened 8 years ago

conalllaverty commented 8 years ago

Hi, I've put an instance of 'image-resizer' behind an Nginx load balancer. If the resource name has a dash in it, I get a 404.

For example: http:///my-image.png does not work.

http:///myimage.png will work.

Either URL works fine when I try against the application directly.

Any thoughts?

Cheers!

kvieira90 commented 8 years ago

The first route is your bucket. If your bucket name has a dash, it should work. Are you still dealing with this issue?

teohhanhui commented 8 years ago

Hi @conalllaverty, can you try out our fork at https://github.com/tripviss/image-resizer and see if you still have this problem?

Feel free to open an issue over there. Let's get this fixed.