Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ardavank opened this issue Feb 17, 2017 · 2 comments
Closed

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

ardavank opened this issue Feb 17, 2017 · 2 comments

Comments

@ardavank
Copy link

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

@flovilmart
Copy link
Contributor

You should set the 'publicServerUrl' option to the proper value, include the port if you need

@ardavank
Copy link
Author

Thanks @flovilmart I'll give it a try.
Is this documented anywhere?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants