Meteor-files: Pictures don't show

Created on 10 Jun 2017  路  7Comments  路  Source: veliovgroup/Meteor-Files

test website: http://mbemd.mozibrand.com/upload
in localhost is ok, The deployment to the server image is not show,is error, what's the problem

code
1: lib/collections/images.js
1

2: show images list
client/views/templates/module/upFile.html
2

3: image item
client/views/templates/module/imageItem.html
3

4: images item js
client/views/templates/module/imageItem.js
4

5: error list
5

6: website: http://mbemd.mozibrand.com/upload

Thank you very much

question

All 7 comments

Change storagePath to /data/.
And make sure /data directory exists and writable:

mkdir /data
chmod 777 /data

I have a try锛宯ow

It doesn't show up, upload no problem, I can see the uploaded picture file

I'm strongly recommend to enable debug mode with passing {debug: true} to FilesCollection Constructor.

sorry, I've already solved it锛孖s my problem锛孋onfigure the pm2 url error锛孖t's normal now , very very thank you http://mbemd.mozibrand.com

Please, support this project by:

ok锛孷ery good packages锛孴humb up immediately

Was this page helpful?
0 / 5 - 0 ratings