[2014-10-20T08:54:12.991Z] ERROR: web-sharelatex/11713 on latex: something went wrong in renderTemplatesIndexPage
Error: connect ECONNREFUSED
at errnoException (net.js:904:11)
at Object.afterConnect as oncomplete
my config:
templates:
url: "http://localhost:3007"
[...]
templates: [{
name : "cv_or_resume",
url : "/templates/cv"
}, {
name : "cover_letter",
url : "/templates/cover-letters"
}, {
name : "journal_article",
url : "/templates/journals"
}, {
name : "presentation",
url : "/templates/presentations"
}, {
name : "thesis",
url : "/templates/thesis"
}, {
name : "bibliographies",
url : "/templates/bibliographies"
}, {
name : "view_all",
url : "/templates"
}]
When i go to https://url/templates
I have this :
[2014-10-20T08:54:12.991Z] ERROR: web-sharelatex/11713 on latex: something went wrong in renderTemplatesIndexPage Error: connect ECONNREFUSED at errnoException (net.js:904:11) at Object.afterConnect as oncomplete
my config:
[...]
What's wrong ?