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
Parse server does not include port number in file urls
Steps to reproduce
run a server on a port other than 80, lets say 8080
add a column with File type
upload a file and see the file url generated by parse, it does not have the port number
Issue Description
Parse server does not include port number in file urls
Steps to reproduce
run a server on a port other than 80, lets say 8080
add a column with File type
upload a file and see the file url generated by parse, it does not have the port number
Expected Results
It should add the port number to the url
Ex. http://someurl.com:8080/parse/file/.......
Actual Outcome
right not the url looks like this"
http://someurl.com/parse/file/.......
The text was updated successfully, but these errors were encountered: