|
// `APPLICATION_ID=${process.env.APP_ID} SERVER_URL=${process.env.SERVER_URL} MASTER_KEY=${process.env.MASTER_KEY} npx parse-dbtool migrate`; |
Why is Line 6 commented out vs. Line 5? I ran into the below error when running the project locally, this hardcoded line was the culprit.
OpenSignServer-container | ParseError: XMLHttpRequest failed: "Unable to connect to the Parse API"
I noticed this error mentioned in #559, as well.