-
Notifications
You must be signed in to change notification settings - Fork 2k
Wrong Port #64
Copy link
Copy link
Closed
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Hi Google team,
the implementation of Parse Server:
app.listen(process.env.PORT || 8080, '0.0.0.0', function()
will lead to sporadic nginx 502 gateway errors. The official parse-server repo uses a different port.
Thanks.