Unable to connect
-
I installed a new forum on a heroku server and when I connect via myapp.herokuapp.com it works great
But when I connect through my domain it is written to me that I connected successfully but really stayed disconnected
(I only use a subdomain, at the domain root I use for another site, I use cloudflare I set ssl and force ssl)
I would be happy to help, thanks -
You need to change the url in config.json to match exactly the url at which you access the site.
-
@pitaj When I want to update the app I get an error code
C:\Users\user\NodeBB>git commit -m 'change url in config to herokuapp URL' -n
error: pathspec 'url' did not match any file(s) known to git
error: pathspec 'in' did not match any file(s) known to git
error: pathspec 'config' did not match any file(s) known to git
error: pathspec 'to' did not match any file(s) known to git
error: pathspec 'herokuapp' did not match any file(s) known to git
error: pathspec 'URL'' did not match any file(s) known to gitplease help me
-
@8shlomi windows doesn't recognize
'
as a string delimiter character, use"
instead.