Port not included from ParseServer's serverURL
mrclay opened this issue · 2 comments
mrclay commented
Our serverURL is http://localhost:8080/parse
but Parse.File data is sent to the client with url: "http://localhost/parse/files/..."
. The URLs are otherwise correct, they're just missing the port.
I'm new to Parse so apologies if I'm missing something.
flovilmart commented
You should set publicServerURL with a publicly accessible URL
mrclay commented
Thank you!