I installed a discourse on my vps. But it’s doesn’t work. Website is not opening. When I run discourse doctor then came a message like discourse version at mydomain.com : not found like this
I need a fast solution… <a href="https://ibb.co/kqZxYtm"><img src="https://i.ibb.co/TPykzsW/IMG-20200315-021630.jpg" alt="IMG-20200315-021630" border="0"></a> https://i.ibb.co/TPykzsW/IMG-20200315-021630.jpg
I uploaded a screenshot.
Hmm… it can be hard to troubleshoot remotely. If it’s not working, you missed something in the official directions most likely. Are you sure the domain is pointing correctly to your server?
I’ve also often found when the site doesn’t appear in the web browser, that just rebooting the server and running ./launcher rebuild app does the trick. If that doesn’t work, the notices that appear when you run ./launcher rebuild app gives some good clues to what’s going wrong.
Good luck! If you’re under time pressure to get your site up, consider a paid plan or posting to marketplace.
If there is nginx (whether or not installed by you) then it should be reporting as such.
If nginx is currently running on port 80/443, You need to uninstall it by:
sudo -i
service nginx stop
apt purge nginx*
cd /var/discourse
./launcher start app
At this point, I can only suggest that you start from scratch once again if it was a new install. If it was an existing production system then you may want to hire someone to fix this for you as there is nothing obvious that I could reach. Someone may be able to identify the issue once they get into your server and do some advanced troubleshooting.