Parse Server - unable to access images

I have a Parse Server running on top of MongoDB and that works 100% perfectly on my Dev Server, which is hosted on DigitalOcean. Here I can send requests GETto my server to get the image, as well as access the image using Parse-Dashboard.

I cloned this drop to set up Production Server, and everything works fine ... Also, I cannot access images from Parse that were either cloned from the Dev server or those that I downloaded after I initialized new production server. I can send requests GETto receive all other fields except image files. I also can not access the image file through Parse-Dashboard - it returns an error 404 - Oh no, we can't find that page!at the following URL: http: //server.ip/parse/files/ProdServer/de632aeb61f7265926e554fabfb25180_image1.png

Other important points:

  • The Dev server is hosted in a domain with SSL; Could this be an SSL problem?
  • I initialize the parsing panel with the flag --allowInsecureHTTP
  • Everything (even before SSL) previously worked on Dev Server
  • all packages + dependencies updated

TL; DR

Parse Server, Parse-Dashboard GET ?

+6
1

, ... , , :

: ? , ?

4040, URL-... , - , , .

, 16 GridFS, .. MongoDB. mongofiles.

mongofiles -d dbname list, , Parse-.

, ...

, , , . , ...

: , ?

, ​​ 4040, - URL- 4040... , Parse-Server, URL- 4040, ****. URL ****, , HTTP- .


tl; dr , ,

+4

Source: https://habr.com/ru/post/1016917/


All Articles