Skip to content

Parse server does not include port number in file urls #3524

Closed
@ardavank

Description

@ardavank

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/.......

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions