You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now My problem is when I click on the image in my parse dashboard, it will show me message "File not found." and my url is like,
http://ip of my server:1337/parse/files/OE9gP1wrd2OT9avp3RBmt8zysmM25wRTMtDOxsfe/tfss-6ca44378-72fb-4ddf-aef2-11af0485b11b-profile-pic
I have refer issue number #1027(mtrezza comment) and found that "By default Parse Server uses the GridFileAdapter to store your file in your mLab database. The files are stored according to the GridFS specification of mongoDB."
Now I want to store all of these migrated images in my own mongoDB database, so what should I do?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hello All,
I have migrated file from Parse.com to my hosted parse server using "https://github.com/parse-server-modules/parse-files-utils" this tool by applying "Option-2".
Now My problem is when I click on the image in my parse dashboard, it will show me message "File not found." and my url is like,
http://ip of my server:1337/parse/files/OE9gP1wrd2OT9avp3RBmt8zysmM25wRTMtDOxsfe/tfss-6ca44378-72fb-4ddf-aef2-11af0485b11b-profile-pic
I have refer issue number #1027(mtrezza comment) and found that "By default Parse Server uses the GridFileAdapter to store your file in your mLab database. The files are stored according to the GridFS specification of mongoDB."
Now I want to store all of these migrated images in my own mongoDB database, so what should I do?
The text was updated successfully, but these errors were encountered: