Open chrismetcalf opened 10 years ago
I battled with this one a bunch before I finally figured out what was going on.
The domain key in config.json seems to require the leading https://. In a real URL, that is the scheme, and comes before the domain, separated by ://.
domain
https://
scheme
://
I battled with this one a bunch before I finally figured out what was going on.
The
domain
key in config.json seems to require the leadinghttps://
. In a real URL, that is thescheme
, and comes before the domain, separated by://
.