Closed
Description
I have an app that is a node/express app written on top of cloud code. It is deployed and functional on Heroku. However, we get random performance issues. I suspect this is due to the fact that the cloud code is competing with external web requests to the same URL.
In our config, the serverURL is set to https://.herokuapp.com. Which mean the Parse cloud code calls to parse are going out over the internet instead of directly to localhost.
Is there a serverURL config that would work for localhost on Heroku. My many attempts have failed.
Metadata
Metadata
Assignees
Labels
No labels